Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 3.09 KB

nf-ocidl-ioleundomanager-enumredoable.md

File metadata and controls

95 lines (76 loc) · 3.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ocidl.IOleUndoManager.EnumRedoable
IOleUndoManager::EnumRedoable (ocidl.h)
Creates an enumerator object that the caller can use to iterate through a series of top-level undo units from the redo stack.
EnumRedoable
EnumRedoable method [COM]
EnumRedoable method [COM]
IOleUndoManager interface
IOleUndoManager interface [COM]
EnumRedoable method
IOleUndoManager.EnumRedoable
IOleUndoManager::EnumRedoable
_ole_ioleundomanager_enumredoable
com.ioleundomanager_enumredoable
ocidl/IOleUndoManager::EnumRedoable
com\ioleundomanager_enumredoable.htm
com
f78c7130-34c9-410a-9b9c-222b5e237ad1
12/05/2018
EnumRedoable, EnumRedoable method [COM], EnumRedoable method [COM],IOleUndoManager interface, IOleUndoManager interface [COM],EnumRedoable method, IOleUndoManager.EnumRedoable, IOleUndoManager::EnumRedoable, _ole_ioleundomanager_enumredoable, com.ioleundomanager_enumredoable, ocidl/IOleUndoManager::EnumRedoable
ocidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OCIdl.idl
Windows
19H1
IOleUndoManager::EnumRedoable
ocidl/IOleUndoManager::EnumRedoable
c++
APIRef
kbSyntax
COM
OCIdl.h
IOleUndoManager.EnumRedoable

IOleUndoManager::EnumRedoable

-description

Creates an enumerator object that the caller can use to iterate through a series of top-level undo units from the redo stack.

-parameters

-param ppEnum [out]

Address of IEnumOleUndoUnits pointer variable that receives the interface pointer to the enumerator object.

-returns

This method returns S_OK on success. Other possible return values include the following.

Return code Description
E_UNEXPECTED
The undo manager is disabled.

-remarks

A new enumerator object is created each time this method is called. If the series of enumerated items changes over time, the results of enumeration operations can vary from one call to the next.

This method calls IUnknown::AddRef on the new enumerator object to increment its reference count. The caller is responsible for calling IUnknown::Release on the enumerator object when it is no longer needed.

-see-also

IEnumOleUndoUnits

IOleUndoManager