Lines Matching refs:resultPath
162 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder() argument
170 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
204 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument
222 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder()
226 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument
232 BIF_RETURNONLYFSDIRS | BIF_STATUSTEXT, initialFolder, resultPath); in BrowseForFolder()
254 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath) in BrowseForFolder() argument
266 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
299 LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument
310 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder()
313 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument
319 , initialFolder, resultPath); in BrowseForFolder()
326 resultPath = GetUnicodeString(s); in BrowseForFolder()