DRM_PLAYLIST_CONTENT_ID structure
The DRM_PLAYLIST_CONTENT_ID structure contains information about content that is to be copied to CD as part of a playlist burn.
Syntax
typedef struct DRM_PLAYLIST_CONTENT_ID {
LPCWSTR lpcwszV2Header;
LPCSTR lpcszV1KID;
BYTE *pbOtherData;
DWORD cbOtherData;
DWORD dwUniqueIDForSession;
DWORD dwValidFields;
} ;
Members
-
lpcwszV2Header
-
DRM header. Use this member if the content is protected by Windows Media DRM version 2 or later.
-
lpcszV1KID
-
Key ID. Use this member if the content is protected by Windows Media DRM version 1.
-
pbOtherData
-
Buffer containing supplementary data.
-
cbOtherData
-
Size of the pbOtherData buffer in bytes.
-
dwUniqueIDForSession
-
Unique identifier for the content to be used in the current session.
-
dwValidFields
-
DWORD indicating the valid fields of this structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Version |
Windows Media Format 11 SDK |
Header |
|