Share via


IEnumDMO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Header dmo.h
Library Dmoguid.lib
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DMOEnum

Concepts

DMO Interfaces