IOleInPlaceActiveObject::OnFrameWindowActivate method (oleidl.h)

Notifies the object when the container's top-level frame window is activated or deactivated.

Syntax

HRESULT OnFrameWindowActivate(
  [in] BOOL fActivate
);

Parameters

[in] fActivate

The state of the container's top-level frame window. This parameter is TRUE if the window is activating and FALSE if it is deactivating.

Return value

This method returns S_OK on success.

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 oleidl.h

See also

GetMessage

IOleInPlaceActiveObject

PeekMessage