Contents Index Topic Contents | ||
Previous Topic: IDocHostUIHandler::OnDocWindowActivate Next Topic: IDocHostUIHandler::ResizeBorder |
IDocHostUIHandler::OnFrameWindowActivate
HRESULT OnFrameWindowActivate ( BOOL fActive );Called from the IE4/MSHTML implementation of IOleInPlaceActiveObject::OnFrameWindowActivate.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- fActive
- Indicates the state of the container's top-level frame window. If this value is nonzero, the window is being activated. If this value is zero, the window is being deactivated.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.