IWMDMEnumDevice 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 IWMDMEnumDevice interface enumerates portable devices attached to a computer. To obtain this interface, call IWMDeviceManager::EnumDevices.

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

Method Description
Clone Returns a copy of the IWMDMEnumDevice interface.
Next Returns a pointer to the next device.
Reset Resets the enumeration so that Next returns a pointer to the first device.
Skip Skips over a specified number of devices in the enumeration sequence.

See Also