Searched refs:GetSearchResultsFolder (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/browseui/shellfind/ |
H A D | CSearchBar.cpp | 111 HRESULT CSearchBar::GetSearchResultsFolder(IShellBrowser **ppShellBrowser, HWND *pHwnd, IShellFolde… in GetSearchResultsFolder() function in CSearchBar 206 if (FAILED(GetSearchResultsFolder(&pShellBrowser, &hwnd, NULL))) in OnSearchButtonClicked() 226 hr = GetSearchResultsFolder(&pShellBrowser, &hwnd, NULL); in OnSearchButtonClicked() 241 HRESULT hr = GetSearchResultsFolder(NULL, &hwnd, NULL); in OnStopButtonClicked() 545 HRESULT hr = GetSearchResultsFolder(NULL, NULL, &pShellFolder); in TrySubscribeToSearchEvents()
|
H A D | CSearchBar.h | 29 …HRESULT GetSearchResultsFolder(IShellBrowser **ppShellBrowser, HWND *pHwnd, IShellFolder **ppShell…
|