Searched refs:MyBrowseForFolder (Results 1 – 3 of 3) sorted by relevance
8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath);
810 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath) in MyBrowseForFolder() function
281 if (!MyBrowseForFolder(*this, title, currentPath, resultPath)) in OnButtonSetPath()