Lines Matching refs:resultPath
625 LPCTSTR /* initialFolder */, CSysString & /* resultPath */)
637 return MyGetOpenFileName(owner, title, initialFolder, s, resultPath, true);
648 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath)
650 resultPath.Empty();
657 return GetPathFromIDList(itemIDList, resultPath);
691 LPCTSTR initialFolder, CSysString &resultPath)
711 return BrowseForFolder(&browseInfo, resultPath);
722 LPCTSTR initialFolder, CSysString &resultPath)
728 BIF_RETURNONLYFSDIRS | BIF_STATUSTEXT, initialFolder, resultPath);
738 static bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath)
753 return GetPathFromIDList(itemIDList, resultPath);
786 LPCWSTR initialFolder, UString &resultPath)
797 return BrowseForFolder(&browseInfo, resultPath);
800 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)
806 , initialFolder, resultPath);
813 resultPath = GetUnicodeString(s);