IWMLicenseRevocationAgent interface (wmsdkidl.h)

[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 IWMLicenseRevocationAgent interface handles messages from a DRM license server that involve license revocation.

IWMLicenseRevocationAgent is the primary interface of the license revocation agent object. You can create an instance of the object and retrieve a pointer to its IWMLicenseRevocationAgent interface by calling the WMCreateLicenseRevocationAgent function.

Inheritance

The IWMLicenseRevocationAgent interface inherits from the IUnknown interface. IWMLicenseRevocationAgent also has these types of members:

Methods

The IWMLicenseRevocationAgent interface has these methods.

 
IWMLicenseRevocationAgent::GetLRBChallenge

The GetLRBChallenge method generates a response to a license revocation challenge message. Your application must send the response to the license server.
IWMLicenseRevocationAgent::ProcessLRB

The ProcessLRB method removes licenses from the license store on the client computer.

Remarks

License revocation enables a license issuer to remove licenses from a computer.

Requirements

   
Target Platform Windows
Header wmsdkidl.h

See also

Interfaces