次の方法で共有


DRM_OPL_OUTPUT_IDS (Windows CE 5.0)

Send Feedback

The DRM_OPL_OUTPUT_IDS structure holds a number of output protection level (OPL) output identifiers.

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

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: WMDRM10ND.h
Link Library: cardea_wince.lib

See Also

Windows Media DRM 10 for Network Devices Data Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.