Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.62 KB

iplayreadyservicerequest.md

File metadata and controls

27 lines (18 loc) · 1.62 KB
-api-id -api-type
T:Windows.Media.Protection.PlayReady.IPlayReadyServiceRequest
winrt interface

Windows.Media.Protection.PlayReady.IPlayReadyServiceRequest

-description

Base interface for all service request interfaces.

-remarks

All PlayReady service request objects support all the methods in this interface with the exceptions of PlayReadyIndividualizationServiceRequest and PlayReadyRevocationServiceRequest. IPlayReadyIndividualizationServiceRequest and IPlayReadyRevocationServiceRequest only support BeginServiceRequest and NextServiceRequest.

Some properties are only available for retrieval after the service request is complete. These will be explicitly indicated.

No properties can be set after BeginServiceRequest or GenerateManualEnablingChallenge has been called. These methods effectively put the interface into a read-only state.

The only IPlayReadyServiceRequest that can be created if the machine is not individualized is IPlayReadyIndividualizationServiceRequest. All others return MSPR_E_NEEDS_INDIVIDUALIZATION until individualization occurs successfully.

-examples

-see-also

IMediaProtectionServiceRequest