EC_DRMSTATUS (Compact 2013)
3/26/2014
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 Compact powered device has begun.
WMT_DRMSTATUS_ENDINDIV
The process of individualization for the Windows Embedded Compact powered 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.