Share via


IWMDMEnumStorage 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 IWMDMEnumStorage interface enumerates storages on a device. Obtain this interface the first time by calling IWMDMDevice::EnumStorage on a device, and afterward by calling IWMDMStorage::EnumStorage. This interface only enumerates the immediate children of the parent storage that was used to obtain this interface. (If IWMDMDevice::EnumStorage was used, the parent storage is the device's root storage.)

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

Method Description
Clone Creates another enumerator with the same enumeration state as the current enumerator.
Next Retrieves a pointer to the next sibling storage
Reset Sets the enumeration sequence back to the beginning.
Skip Skips over the specified number of storage devices or separate items of content in the enumeration sequence.

See Also