IWMDMStorage2 Interface (deprecated)
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 IWMDMStorage2 interface extends IWMDMStorage by making it possible to get a child storage by name, and to get and set extended attributes. IWMDMStorage3 interface extends this interface by supporting metadata.
In addition to the methods inherited from IWMDMStorage, the IWMDMStorage2 interface exposes the following methods.
Method | Description |
GetAttributes2 | Retrieves extended attributes of the storage. |
GetStorage | Retrieves a child storage by name. |
SetAttributes2 | Sets extended attributes of the storage. |
See Also