WMRMRights.PlaylistBurnTrackCount
Previous | Next |
WMRMRights.PlaylistBurnTrackCount
The PlaylistBurnTrackCount property specifies and retrieves the total number of times that content can be copied to a CD as part of any playlist.
Syntax
WMRMRights.PlaylistBurnTrackCount = DWORD DWORD = WMRMRights.PlaylistBurnTrackCount
Parameters
This property takes no parameters.
Return Values
When getting the value, this property returns a DWORD containing the number of permitted copies.
Remarks
By default, this property is not set.
After content is copied to CD, the content is no longer protected.
Notes
- This right is not supported in a root license. For more information about license chains, see Issuing Chained Licenses.
- If a user creates and burns a one-track playlist containing a protected file, PlaylistBurnTrackCount will be decremented but MaxPlaylistBurnCount will remain unchanged.
Example Code
AllowPlaylistBurn RightsObj.MaxPlaylistBurnCount = 5 RightsObj.PlaylistBurnTrackCount = 15
Requirements
Version: Windows Media Rights Manager 10 SDK or later
Reference: wmrmobjs 1.0 Type Library
Library: wmrmobjs.dll
Platform: Windows Server 2003
See Also
Previous | Next |