OPM_GET_CODEC_INFO_INFORMATION structure (ksopmapi.h)

Contains the result from an OPM_GET_CODEC_INFO query.

Syntax

typedef struct _OPM_GET_CODEC_INFO_INFORMATION {
  OPM_RANDOM_NUMBER rnRandomNumber;
  DWORD             Merit;
} OPM_GET_CODEC_INFO_INFORMATION;

Members

rnRandomNumber

An OPM_RANDOM_NUMBER structure. This structure contains the same 128-bit random number that the application sent to the driver in the OPM_GET_INFO_PARAMETERS structure.

Merit

The merit value of the codec.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header ksopmapi.h (include Opmapi.h)

See also

OPM Structures

Output Protection Manager