Contents Index Topic Contents | ||
Previous Topic: IDocHostUIHandler::HideUI Next Topic: IDocHostUIHandler::OnFrameWindowActivate |
IDocHostUIHandler::OnDocWindowActivate
HRESULT OnDocWindowActivate ( BOOL fActive );Called from the IE4/MSHTML implementation of IOleInPlaceActiveObject::OnDocWindowActivate.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- fActive
- Indicates the state of the document 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.