Rights Constants

[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 constants listed in the following table are used to identify DRM actions and to build lists of actions.

Constant Description
g_wszWMDRM_ACTIONLIST_TAG Defines the XML element name for an action list.
g_wszWMDRM_ACTION_TAG Defines the XML element name for an entry in an action list.
g_wszWMDRM_RIGHT_PLAYBACK Defines the string for the right to play content.
g_wszWMDRM_RIGHT_COPY Defines the string for the right to copy content.
g_wszWMDRM_RIGHT_PLAYLIST_BURN Defines the string for the right to burn content to CD as part of a playlist.
g_wszWMDRM_RIGHT_CREATE_THUMBNAIL_IMAGE Defines the string for the right to create a thumbnail image from video content.
g_wszWMDRM_RIGHT_COPY_TO_CD Defines the string for the right to copy content to a CD. New licenses should not use this right. Instead, all rights granting permission to copy content should be covered by the copy right and the playlist burn right.
g_wszWMDRM_RIGHT_COPY_TO_SDMI_DEVICE Defines the string for the right to copy content to a device that conforms to the Secure Digital Music Initiative (SDMI). New licenses should not use this right. Instead, all rights granting permission to copy content should be covered by the copy right.
g_wszWMDRM_RIGHT_COPY_TO_NON_SDMI_DEVICE Defines the string for the right to copy to a device that does not conform to the Secure Digital Music Initiative (SDMI). New licenses should not use this right. Instead, all rights granting permission to copy content should be covered by the copy right.
g_wszWMDRM_RIGHT_BACKUP Defines the string for the right to backup the license.
g_wszWMDRM_RIGHT_COLLABORATIVE_PLAY Defines the string for the right to play content over a network as part of a shared playlist.

 

Constants