SECIShellViewImpl::OnSetFocus
HRESULTSECIShellViewImpl::OnSetFocus(UINTuMsg, WPARAMwParam, LPARAMlParam, BOOL&bHandled)
Default Windows message WM_SETFOCUS handler. See Win32 SDK for details for the arguments. The default implementation call OnViewWindowActive of IShellBrowser if m_spShellBrowser is valid passing this object as IShellView interface it. Then the implementation call UIActivate with SVUIA_ACTIVATE_FOCUS argument and return 0.
Defined in: SECIShellViewImpl.h
Return Value
HRESULT
Parameters
uMsg
wParam
lParam
bHandled
See Also