Lines Matching refs:resultPath
165 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder() argument
173 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
207 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument
227 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder()
231 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument
237 BIF_RETURNONLYFSDIRS | BIF_STATUSTEXT, initialFolder, resultPath); in BrowseForFolder()
260 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath) in BrowseForFolder() argument
272 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
305 LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument
316 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder()
319 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument
325 , initialFolder, resultPath); in BrowseForFolder()
332 resultPath = GetUnicodeString(s); in BrowseForFolder()