Share via


IWMDMStorage3 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 IWMDMStorage3 interface extends IWMDMStorage2 by exposing metadata.

In addition to the methods inherited from IWMDMStorage2, the IWMDMStorage3 interface exposes the following methods.

Method Description
CreateEmptyMetadataObject Creates an object that supports the IWMDMMetaData interface.
GetMetadata Retrieves the metadata associated with the storage.
SetEnumPreference Sets the preferred enumeration mode for the storage.
SetMetadata Sets metadata on the storage object.

See Also