次の方法で共有


DRM_VIDEO_OUTPUT_PROTECTION_IDS (Windows CE 5.0)

Send Feedback

The DRM_VIDEO_OUTPUT_PROTECTION_IDS structure holds an array of DRM_VIDEO_OUTPUT_PROTECTION_IDS structures

typedef struct __tagDRM_VIDEO_OUTPUT_PROTECTION_IDS{
    DRM_WORD cEntries;    DRM_VIDEO_OUTPUT_PROTECTION *rgVop;} DRM_VIDEO_OUTPUT_PROTECTION_IDS;

Elements

  • cEntries
    Number of elements in the array referenced by rgVop.
  • *rgVop
    Address of an array of DRM_VIDEO_OUTPUT_PROTECTION_IDS structures.

Remarks

This structure is used as a member of the DRM_PLAY_OPL structure.

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.