IEnumDMO

This interface provides methods for enumerating Microsoft DirectX Media Objects (DMOs). It is based on the OLE enumeration interfaces.

The following table shows the methods for IEnumDMO in the order the compiler calls them.

Method Description
Next Retrieves a specified number of items in the enumeration sequence.
Skip Skips a specified number of items in the enumeration sequence.
Reset Resets the enumeration sequence to the beginning.
Clone Not implemented.

The IEnumDMO interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:

Remarks

To enumerate registered DMOs, call the DMOEnum function.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Dmoguid.lib.

See Also

DMOEnum

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.