Searched defs:BrowseForFolder (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DShell.cpp135 bool BrowseForFolder(LPBROWSEINFO, CSysString) function in namespace:NWindows::NShell
140 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) function in namespace:NWindows::NShell
145 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, function in namespace:NWindows::NShell
165 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) function in namespace:NWindows::NShell
206 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, function in namespace:NWindows::NShell
227 return BrowseForFolder(&browseInfo, resultPath);
230 bool BrowseForFolder(HWND owner, LPCTSTR title, function in namespace:NWindows::NShell
233 return BrowseForFolder(owner, title,
260 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath) function in namespace:NWindows::NShell
304 static bool BrowseForFolder(HWN function in namespace:NWindows::NShell
319 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath) function in namespace:NWindows::NShell
[all...]

Completed in 127 milliseconds