EC_DRMSTATUS

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 CE device has begun.
    WMT_DRMSTATUS_ENDINDIV The process of individualization for the Windows 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.

See Also

Windows Media Event Notification Codes

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.