IWMDMProgress 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 optional, application-implemented IWMDMProgress allows an application to track the progress of operations, such as formatting media or file transfers. This interface is submitted to, and called by, the IWMDMStorageGlobals and IWMDMStorageControl interfaces.

These methods do not provide a way for the application to know which operation is being tracked. However, the IWMDMProgress3 methods do provide a means to identify the operation; if possible, you should implement that interface instead.

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

Method Description
Begin Indicates that an operation is beginning. An estimate of the duration of the operation is provided when possible.
End Indicates that an operation is finished.
Progress Indicates that an operation is still in progress.

See Also