Previous | Next |
The IWMDMEnumDevice interface is used to enumerate the different media devices. For detailed information on standard enumerators, see the Microsoft COM documentation.
If the supporting software for a device has been configured into the system, but the device is not currently connected to the computer, it will still be enumerated by this interface.
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. The new enumerator contains the same enumeration state as the current enumerator. |
Next | Returns a pointer to the next device identified by an IWMDMDevice interface. |
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
Previous | Next |