IEnumOLEVERB interface (oleidl.h)

Enumerates the different verbs available for an object in order of ascending verb number. An enumerator that implements the IEnumOLEVERB interface is returned by IOleObject::EnumVerbs.

Inheritance

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

Methods

The IEnumOLEVERB interface has these methods.

 
IEnumOLEVERB::Clone

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

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

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

Skips over the specified number of items in the enumeration sequence. (IEnumOLEVERB.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 oleidl.h