Home
last modified time | relevance | path

Searched refs:QueryActiveShellView (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/win32/shell32/shelldesktop/
H A DCDesktopBrowser.cpp76 STDMETHOD(QueryActiveShellView)(struct IShellView **ppshv) override;
339 HRESULT STDMETHODCALLTYPE CDesktopBrowser::QueryActiveShellView(IShellView **ppshv) in QueryActiveShellView() function in CDesktopBrowser
585 HRESULT hr = browser->QueryActiveShellView(&shellView); in SHDesktopMessageLoop()
/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.h66 virtual HRESULT STDMETHODCALLTYPE QueryActiveShellView(IShellView** ppshv) in QueryActiveShellView() function
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellbrowser.h75 virtual HRESULT STDMETHODCALLTYPE QueryActiveShellView(IShellView** ppshv) in QueryActiveShellView() function
/reactos/dll/win32/browseui/
H A Dcommonbrowser.h159 STDMETHOD(QueryActiveShellView)(struct IShellView **ppshv) override;
H A Dcommonbrowser.cpp573 HRESULT STDMETHODCALLTYPE CCommonBrowser::QueryActiveShellView(struct IShellView **ppshv) in QueryActiveShellView() function in CCommonBrowser
H A Ddesktopipc.cpp393 hResult = psb->QueryActiveShellView(&shellView); in ExplorerMessageLoop()
H A Dshellbrowser.cpp398 STDMETHOD(QueryActiveShellView)(IShellView **ppshv) override;
2450 HRESULT STDMETHODCALLTYPE CShellBrowser::QueryActiveShellView(IShellView **ppshv) in QueryActiveShellView() function in CShellBrowser
/reactos/modules/rostests/apitests/shell32/
H A DIShellFolderViewCB.cpp408 virtual HRESULT STDMETHODCALLTYPE QueryActiveShellView(IShellView **ppshv) in QueryActiveShellView() function in CDummyShellBrowser
/reactos/dll/win32/browseui/shellfind/
H A DCSearchBar.cpp125 hr = (*ppShellBrowser)->QueryActiveShellView(&pShellView); in GetSearchResultsFolder()
/reactos/dll/win32/shell32/folders/
H A DCRecycleBin.cpp903 if (lpSB && SUCCEEDED(lpSB->QueryActiveShellView(&lpSV))) in InvokeCommand()
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp138 if (!FAILED_UNEXPECTEDLY(hr = psb->QueryActiveShellView(&psv))) in _GetCurrentLocation()
/reactos/dll/win32/shell32/
H A DCDefaultContextMenu.cpp1036 hr = psb->QueryActiveShellView(&lpSV); in DoRename()
/reactos/sdk/include/psdk/
H A Dshobjidl.idl1113 HRESULT QueryActiveShellView( [out] IShellView **ppshv );