Searched refs:szPath (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_util.h | 16 BOOL BrowseForFolder(HWND hwnd, LPCTSTR caption, LPCTSTR szCurrent, LPTSTR szPath); 18 LPCTSTR def_extension, CString &szPath, CWnd *parent);
|
| D | studiox_util.cpp | 81 BOOL BrowseForFolder(HWND hwnd, LPCTSTR caption, LPCTSTR szCurrent, LPTSTR szPath) in BrowseForFolder() argument 103 retval = SHGetPathFromIDList(pidl, szPath); in BrowseForFolder() 113 szPath[0] = TEXT('\0'); in BrowseForFolder() 676 LPCTSTR def_extension, CString &szPath, CWnd *parent) in BrowseForSingleFile() argument 684 szPath = _T(""); in BrowseForSingleFile() 711 szPath = SavePathname; in BrowseForSingleFile()
|