Skip to content

Latest commit

 

History

History
107 lines (91 loc) · 2.92 KB

nf-oleidl-ioleinplaceobject-reactivateandundo.md

File metadata and controls

107 lines (91 loc) · 2.92 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:oleidl.IOleInPlaceObject.ReactivateAndUndo
IOleInPlaceObject::ReactivateAndUndo (oleidl.h)
Reactivates a previously deactivated object, undoing the last state of the object.
IOleInPlaceObject interface [COM]
ReactivateAndUndo method
IOleInPlaceObject.ReactivateAndUndo
IOleInPlaceObject::ReactivateAndUndo
ReactivateAndUndo
ReactivateAndUndo method [COM]
ReactivateAndUndo method [COM]
IOleInPlaceObject interface
_ole_ioleinplaceobject_reactivateandundo
com.ioleinplaceobject_reactivateandundo
oleidl/IOleInPlaceObject::ReactivateAndUndo
com\ioleinplaceobject_reactivateandundo.htm
com
b41bbfd6-1a86-4ca6-9d4b-c87c4feea7c3
12/05/2018
IOleInPlaceObject interface [COM],ReactivateAndUndo method, IOleInPlaceObject.ReactivateAndUndo, IOleInPlaceObject::ReactivateAndUndo, ReactivateAndUndo, ReactivateAndUndo method [COM], ReactivateAndUndo method [COM],IOleInPlaceObject interface, _ole_ioleinplaceobject_reactivateandundo, com.ioleinplaceobject_reactivateandundo, oleidl/IOleInPlaceObject::ReactivateAndUndo
oleidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OleIdl.Idl
Windows
19H1
IOleInPlaceObject::ReactivateAndUndo
oleidl/IOleInPlaceObject::ReactivateAndUndo
c++
APIRef
kbSyntax
COM
OleIdl.h
IOleInPlaceObject.ReactivateAndUndo

IOleInPlaceObject::ReactivateAndUndo

-description

Reactivates a previously deactivated object, undoing the last state of the object.

-returns

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

Return code Description
E_NOTUNDOABLE
The undo state is not available.
E_OUTOFMEMORY
There is insufficient memory available for the operation.
E_UNEXPECTED
An unexpected error has occurred.

-remarks

If the user chooses the Undo command before the undo state of the object is lost, the object's immediate container calls IOleInPlaceObject::ReactivateAndUndo to activate the user interface, carry out the undo operation, and return the object to the active state.

-see-also

IOleInPlaceObject