DRM_PLAYLIST_CONTENT_ID structure
[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
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 |
|