EC_DRMSTATUS
Other versions of this page are also available for the following:
8/28/2008
This event code is sent when various points during the digital rights management (DRM) process are reached.
Parameters
lParam1
Value of type int representing one of the following messages.Message Description WMT_DRMSTATUS_GENERIC
A general DRM status message.
WMT_DRMSTATUS_BEGINLICENSE
The process of obtaining the DRM license has begun.
WMT_DRMSTATUS_ENDLICENSE
The process of obtaining the DRM license has ended.
WMT_DRMSTATUS_BEGININDIV
The process of individualization for the Windows Embedded CE device has begun.
WMT_DRMSTATUS_ENDINDIV
The process of individualization for the Windows Embedded CE device has ended.
- lParam2
Value of type BSTR pointing to a descriptive string about the DRM message.
Remarks
For information about how to use this event code, see CBaseFilter::NotifyEvent.