SECIShellViewImpl::UIActivate
HRESULTSECIShellViewImpl::UIActivate(UINTuState)
See IShellView::UIActivate in Win32 SDK for details. Default implementation in this class first check if the uState is the same as the old status. If they are the same, it does nothing and return S_OK, otherwise, it will save the new uState into m_uState variable. Generally, you should override this method to add proper UI and remove the UI depending on the passing UI status before saving the new UI state. and return S_OK.
Defined in: SECIShellViewImpl.h
Return Value
HRESULT
Parameters
uState
Activation state
See Also