IEnumOleUndoUnits interface (ocidl.h)

Enumerates the undo units on the undo or redo stack.

Inheritance

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

Methods

The IEnumOleUndoUnits interface has these methods.

 
IEnumOleUndoUnits::Clone

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

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

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

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

See also

IOleUndoManager

IOleUndoUnit