Lines Matching refs:BrowseForFolder
614 bool BrowseForFolder(LPBROWSEINFO, CSysString)
619 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &)
624 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
648 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath)
690 static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
711 return BrowseForFolder(&browseInfo, resultPath);
721 bool BrowseForFolder(HWND owner, LPCTSTR title,
724 return BrowseForFolder(owner, title,
738 static bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath)
785 static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags,
797 return BrowseForFolder(&browseInfo, resultPath);
800 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)
803 return BrowseForFolder(owner, title,
809 bool res = BrowseForFolder(owner, GetSystemString(title),