IEnumMoniker interface (objidl.h)

Enumerates the components of a moniker or the monikers in a table of monikers.

Inheritance

The IEnumMoniker interface inherits from the IUnknown interface. IEnumMoniker also has these types of members:

Methods

The IEnumMoniker interface has these methods.

 
IEnumMoniker::Clone

Creates a new enumerator that contains the same enumeration state as the current one. (IEnumMoniker.Clone)
IEnumMoniker::Next

Retrieves the specified number of items in the enumeration sequence. (IEnumMoniker.Next)
IEnumMoniker::Reset

Resets the enumeration sequence to the beginning. (IEnumMoniker.Reset)
IEnumMoniker::Skip

Skips over the specified number of items in the enumeration sequence. (IEnumMoniker.Skip)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidl.h

See also

IMoniker::Enum

IRunningObjectTable::EnumRunning