IDocHostUIHandler::OnDocWindowActivateIDocHostUIHandler::OnDocWindowActivate*
*



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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.