DRM_OPL_OUTPUT_IDS (Windows Embedded CE 6.0)
1/5/2010
The DRM_OPL_OUTPUT_IDS structure holds a number of output protection level (OPL) output identifiers.
Syntax
typedef struct __tagDRM_OPL_OUTPUT_IDS
{
DRM_WORD cIds;
DRM_GUID *rgIds;
} DRM_OPL_OUTPUT_IDS;
Elements
- cIds
Number of identifiers in the array referenced by rgIds.
- *rgIds
Address of an array of GUIDs. Each member of the array contains an OPL output identifier.
Remarks
This structure is used as a member of the DRM_PLAY_OPL structure to identify groups of output identifiers.
Requirements
Header | drmoutputleveltypes.h |
Library | wmdrm10nd.lib |
Windows Embedded CE | Windows Embedded CE 6.0 |