IEnumUnknown interface (objidl.h)

Enumerates objects with the IUnknown interface. It can be used to enumerate through the objects in a component containing multiple objects.

Inheritance

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

Methods

The IEnumUnknown interface has these methods.

 
IEnumUnknown::Clone

The IEnumUnknown::Clone method (objidl.h) creates a new enumerator that contains the same enumeration state as the current one.
IEnumUnknown::Next

The IEnumUnknown::Next method (objidl.h) retrieves the specified number of items in the enumeration sequence.
IEnumUnknown::Reset

The IEnumUnknown::Reset method (objidl.h) resets the enumeration sequence to the beginning.
IEnumUnknown::Skip

The IEnumUnknown::Skip method (objidl.h) skips over the specified number of items in the enumeration sequence.

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 (include ObjIdl.h)

See also

IOleContainer