Share via


IWMDMRevoked 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 IWMDMRevoked interface retrieves the URL from which updated components can be downloaded, if a transfer fails with a revocation error. The secured content provider determines whether or not to allow a transfer, based on the application certificates of the components involved. You can access the IWMDMRevoked interface by calling QueryInterface on the IWMDMStorageControl interface.

In addition to the methods inherited from IUnknown, the IWMDMRevoked interface exposes the following method.

Method Description
GetRevocationURL Retrieves the URL from which updated components can be downloaded.

See Also