Skip to content

Latest commit

 

History

History
91 lines (76 loc) · 3.07 KB

nf-oleidl-ioleinplacesite-deactivateandundo.md

File metadata and controls

91 lines (76 loc) · 3.07 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.IOleInPlaceSite.DeactivateAndUndo
IOleInPlaceSite::DeactivateAndUndo (oleidl.h)
Deactivates the object, ends the in-place session, and reverts to the container's saved undo state.
DeactivateAndUndo
DeactivateAndUndo method [COM]
DeactivateAndUndo method [COM]
IOleInPlaceSite interface
IOleInPlaceSite interface [COM]
DeactivateAndUndo method
IOleInPlaceSite.DeactivateAndUndo
IOleInPlaceSite::DeactivateAndUndo
IOleInPlaceSiteWindowless.DeactivateAndUndo
_ole_ioleinplacesite_deactivateandundo
com.ioleinplacesite_deactivateandundo
oleidl/IOleInPlaceSite::DeactivateAndUndo
com\ioleinplacesite_deactivateandundo.htm
com
59229720-cd3b-45d5-90c4-391acb124f4d
12/05/2018
DeactivateAndUndo, DeactivateAndUndo method [COM], DeactivateAndUndo method [COM],IOleInPlaceSite interface, IOleInPlaceSite interface [COM],DeactivateAndUndo method, IOleInPlaceSite.DeactivateAndUndo, IOleInPlaceSite::DeactivateAndUndo, IOleInPlaceSiteWindowless.DeactivateAndUndo, _ole_ioleinplacesite_deactivateandundo, com.ioleinplacesite_deactivateandundo, oleidl/IOleInPlaceSite::DeactivateAndUndo
oleidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OleIdl.Idl
Windows
19H1
IOleInPlaceSite::DeactivateAndUndo
oleidl/IOleInPlaceSite::DeactivateAndUndo
c++
APIRef
kbSyntax
COM
OleIdl.h
browsewm.dll
IOleInPlaceSite.DeactivateAndUndo
IOleInPlaceSiteWindowless.DeactivateAndUndo

IOleInPlaceSite::DeactivateAndUndo

-description

Deactivates the object, ends the in-place session, and reverts to the container's saved undo state.

-returns

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

Return code Description
E_UNEXPECTED
An unexpected error has occurred.

-remarks

Notes to Callers

Called by the active object when the user invokes undo just after activating the object.

Notes to Implementers

Upon completion of this call, the container should call IOleInPlaceObject::UIDeactivate to remove the user interface for the object, activate itself, and undo.

-see-also

IOleInPlaceSite