Share via


IEnumDMO (Compact 2013)

3/26/2014

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

See Also

Reference

DMO Interfaces
DMOEnum