|
IOleInPlaceActiveObject::OnFrameWindowActivate
Notifies the object when the container's top-level frame window is activated
or deactivated.
HRESULT OnFrameWindowActivate(
BOOL fActivate
| //State of container's top-level window
| );
|
|
Parameter
fActivate
[in] Indicates the state of the container's top-level frame window. TRUE if
the window is activating; FALSE if it is deactivating.
Return Value
S_OK
The method notified the object successfully.
Comments
Notes to Callers
The container must call IOleInPlaceActiveObject::OnFrameWindowActivate when the container's top-level frame window is either being activated or
deactivated and the object is the current, active object for the frame.
Note While executing IOleInPlaceActiveObject::OnFrameWindowActivate, do not make calls to the Windows PeekMessage or GetMessage functions, or a dialog box. Doing so may cause the system to deadlock. There
are further restrictions on which OLE interface methods and functions can be
called from within OnFrameWindowActivate.
See Also
PeekMessage, GetMessage in Win32
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
|