IWMDRMNetReceiver interface

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMDRMNetReceiver interface provides methods needed to use Microsoft Windows Media DRM for Network Devices as a receiver.

To obtain an instance of this interface, call IWMDRMProvider::CreateObject. Pass IID_IWMDRMNetReceiver as the riid parameter.

Members

The IWMDRMNetReceiver interface inherits from IWMDRMEventGenerator. IWMDRMNetReceiver also has these types of members:

Methods

The IWMDRMNetReceiver interface has these methods.

Method Description
GetLicenseChallenge Generates a license challenge that is sent to the transmitter when requesting protected content.
GetRegistrationChallenge Generates a registration challenge that is sent to the transmitter when the receiver is registering or revalidating.
ProcessLicenseResponse Processes the license response sent by the transmitter in reply to a license challenge.
ProcessRegistrationResponse Processes the registration response sent by the transmitter in reply to a registration challenge.

See also

Interfaces

IWMDRMEventGenerator

IWMDRMNetTransmitter Interface