SECIShellViewImpl::DestroyViewWindow
HRESULTSECIShellViewImpl::DestroyViewWindow(void)
See IShellView::DestroyViewWindow in Win32 SDK for details. Default implementation here first calls UIActivate with SVUIA_DEACTIVATE argument and then destory the menu and this window object and finally release the IShellBrowser interface.
Defined in: SECIShellViewImpl.h
Return Value
HRESULT Return S_OK.
See Also