SCP Events
Secure content provider (SCP) notifies the caller about the following events by using the IWMDMProgress3 callback interface.
Event | Description |
SCP_EVENTID_ACQSECURECLOCK | This event ID is used when SCP is acquiring secure clock from server. |
SCP_EVENTID_NEEDTOINDIV | This event ID is used when the device needs to be individualized. This is not currently used. |
SCP_EVENTID_DRMINFO | This event ID is used to notify the application with the version DRM header found in the content for each file.
The OPAQUECOMMAND structure returned has the guidCommand set to SCP_PARAMID_DRMVERSION. In addition, the data contains one of the following flags: WMDM_SCP_DRMINFO_NOT_DRMPROTECTED WMDM_SCP_DRMINFO_V1HEADER WMDM_SCP_DRMINFO_V2HEADER |
See Also