IBrowserService2::OnFrameWindowActivateBS method (shdeprecated.h)
Deprecated. Calls the derived class from the base class in response to a subframe window being activated or deactivated. The derived class determines what to do in response to the action.
Syntax
HRESULT OnFrameWindowActivateBS(
[in] BOOL fActive
);
Parameters
[in] fActive
Type: BOOL
The state of the subframe window.
TRUE
The frame window is activating.
FALSE
The frame window is deactivating.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 | shdeprecated.h |