Searched refs:BrowseForFolder (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 614 bool BrowseForFolder(LPBROWSEINFO, CSysString)
in BrowseForFolder() function 619 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &)
in BrowseForFolder() function 624 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
in BrowseForFolder() function 648 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath)
in BrowseForFolder() function 690 static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
in BrowseForFolder() function 711 return BrowseForFolder(&browseInfo, resultPath);
in BrowseForFolder() 721 bool BrowseForFolder(HWND owner, LPCTSTR title,
in BrowseForFolder() function 724 return BrowseForFolder(owner, title,
in BrowseForFolder() 738 static bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath)
in BrowseForFolder() function 785 static bool BrowseForFolder(HWN function 800 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath) BrowseForFolder() function [all...] |
H A D | Shell.h | 120 bool BrowseForFolder(LPBROWSEINFO lpbi, CSysString &resultPath);
121 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
125 bool BrowseForFolder(LPBROWSEINFO lpbi, UString &resultPath);
126 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath);
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 839 return NShell::BrowseForFolder(owner, title, path, resultPath);
in MyBrowseForFolder()
|
Completed in 4 milliseconds