IEnumEventObject interface (eventsys.h)

Enumerates the event objects that are registered in the COM+ events store.

Similar functionality is available through IEventObjectCollection.

Inheritance

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

Methods

The IEnumEventObject interface has these methods.

 
IEnumEventObject::Clone

Creates an enumerator that contains the same enumeration state as the current one. (IEnumEventObject.Clone)
IEnumEventObject::Next

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

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

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header eventsys.h

See also

IEventObjectCollection