|
IOleInPlaceSite::OnInPlaceDeactivate
Notifies the container that the object is no longer active in place.
HRESULT OnInPlaceDeactivate();
Return Values
S_OK
The method successfully notified the container.
E_UNEXPECTED
An unexpected error occurred.
Comments
Notes to Callers
IOleInPlaceSite::OnInPlaceDeactivate is 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::OnInPlaceDeactivate is called as a result of IOleInPlaceObject::InPlaceDeactivate being called. Calling IOleInPlaceSite::OnInPlaceDeactivate indicates that the object can no longer support Undo.
Notes to Implementors
If the container is holding pointers to the IOleInPlaceObject and IOleInPlaceActiveObject interface implementations, it should release them after the IOleInPlaceSite::OnInPlaceDeactivate call.
See Also
IOleInPlaceObject::InPlaceDeactivate
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|