Previous | Next |
The ISCPSecureQuery interface is queried by Windows Media Device Manager to determine ownership of secured content. Windows Media Device Manager passes information about the content to the Secure Content Provider (SCP), which uses that information to determine whether it is responsible for the content. Windows Media Device Manager consults this interface whenever an application downloads content to a media device.
The SCP implements this interface and secure Windows Media Device Manager implementations call its methods.
In addition to the methods inherited from IUnknown, the ISCPSecureQuery interface exposes the following methods.
Method | Description |
ExamineData | Determines whether the SCP is responsible for the content by examining data that Windows Media Device Manager passes to this method. |
GetDataDemands | Reports what data the SCP needs to determine whether it is responsible for a specified piece of content. |
GetRights | Retrieves rights information. |
MakeDecision | Determines whether access to the content is allowed. |
See Also
Previous | Next |