Compartilhar via


IWMDMEnumDevice Interface

banner art

The IWMDMEnumDevice interface is used to enumerate the different media devices. For detailed information on standard enumerators, see the Microsoft COM documentation available at the Microsoft Web site. Windows Media Device Manager calls each of the installed service providers to enumerate devices that the service provider controls. For information on how service providers enumerate devices, see the IMDSPEnumDevice 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