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::Next Retrieves the specified number of items in the enumeration sequence. |
| IEnumMoniker::Reset Resets the enumeration sequence to the beginning. |
| IEnumMoniker::Skip Skips over the specified number of items in the enumeration sequence. |
Requirements
| 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 |