IOleInPlaceSiteEx::OnInPlaceDeactivateEx method (ocidl.h)

Notifies the container if the object needs to be redrawn upon deactivation.

Syntax

HRESULT OnInPlaceDeactivateEx(
  [in] BOOL fNoRedraw
);

Parameters

[in] fNoRedraw

If TRUE, the container need not redraw the object after completing the deactivation; if FALSE the object must be redrawn after deactivation.

Return value

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

This method replaces IOleInPlaceSite::OnInPlaceDeactivate. If the older method is used, the object must always be redrawn on deactivation.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ocidl.h

See also

IOleInPlaceSite::OnInPlaceDeactivate

IOleInPlaceSiteEx