IWMDMEnumDevice Interface
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