Share via


ISCPSecureQuery3 Interface (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

The ISCPSecureQuery3 interface extends ISCPSecureQuery2 by providing a set of new methods for retrieving the rights and making decision on a clear channel. These methods are more efficient because they do not involve encrypting and decrypting of parameters, which happens on a secure channel.

In addition to the methods inherited from ISCPSecureQuery2, the ISCPSecureQuery3 interface exposes the following methods.

Method Description
GetRightsOnClearChannel Retrieves the rights on a clear channel.
MakeDecisionOnClearChannel Makes decisions on a clear channel.

See Also