Notifies the container if the object needs to be redrawn upon deactivation.
HRESULT OnInPlaceDeactivateEx(
BOOL fNoRedraw //Indicates whether the object needs to be redrawn
);
This method supports the standard return value E_UNEXPECTED, as well as the following:
This method replaces IOleInPlaceSite::OnInPlaceDeactivate. If the older method is used, the object must always be redrawn on deactivation.
Windows NT: Use version 4.0 or later. New for OC96.
Windows: Use Windows 95 or later. New for OC96.
Windows CE: Unsupported.
Header: Declared in ocidl.h.
IOleInPlaceSite::OnInPlaceDeactivate