Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Notifies the container that the object is no longer active in place.

Syntax

HRESULT OnInPlaceDeactivate();

Return Value

This method supports the following return values:

Value Description

S_OK

The method successfully notified the container.

E_UNEXPECTED

The call to the method unexpectedly failed.

Notes to Callers

IOleInPlaceSite::OnInPlaceDeactivateis called by an in-place object when it is fully deactivated. This function notifies the container that the object has been deactivated, and it gives the container a chance to run code pertinent to the object's deactivation. In particular, IOleInPlaceSite::OnInPlaceDeactivateis called as a result of IOleInPlaceObject::InPlaceDeactivatebeing called. Calling IOleInPlaceSite::OnInPlaceDeactivateindicates that the object can no longer support Undo.

Notes to Implementers

If the container is holding pointers to the IOleInPlaceObjectand IOleInPlaceActiveObjectinterface implementations, it should release them after the IOleInPlaceSite::OnInPlaceDeactivatecall.

Requirements

Header Oleidl.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IOleInPlaceSite