Share via


IWMDMStorageControl3 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 IWMDMStorageControl3 interface extends IWMDMStorageControl2 by providing an Insert method that accepts an IWMDMMetaData interface pointer.

In addition to the methods inherited from IWMDMStorageControl2, the IWMDMStorageControl3 interface exposes the following method.

Method Description
Insert3 Puts content into/next to the storage. Extends IWMDMStorageControl2::Insert2 method by allowing the application to pass in an IWMDMMetaData interface pointer.

See Also