Previous | Next |
The WMT_RIGHTS enumeration type defines five levels of playback rights.
Syntax
typedef enum WMT_RIGHTS
{
WMT_RIGHT_PLAYBACK = 0x0001,
WMT_RIGHT_COPY_TO_NON_SDMI_DEVICE = 0x0002,
WMT_RIGHT_COPY_TO_CD = 0x0008
WMT_RIGHT_COPY_TO_SDMI_DEVICE = 0x0010
WMT_RIGHT_ONE_TIME = 0x0020
};
Remarks
These values are bit flags, so one or more can be set by bitwise OR'ing them together.
See Also
Previous | Next |