License Revocation Agent Object

[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 license revocation agent object manages the client side of license revocation. License revocation is the process by which a license server can remove licenses from the license store on the client computer. The process involves passing several messages between the client application and the license server. The methods exposed on this object process and generate those messages.

The license revocation agent object is created by the WMCreateLicenseRevocationAgent function, which sets a pointer to an IWMLicenseRevocationAgent interface. IUnknown and IWMLicenseRevocationAgent are the only interfaces supported by this object.

Objects