Home
last modified time | relevance | path

Searched refs:szPath (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.h16 BOOL BrowseForFolder(HWND hwnd, LPCTSTR caption, LPCTSTR szCurrent, LPTSTR szPath);
18 LPCTSTR def_extension, CString &szPath, CWnd *parent);
Dstudiox_util.cpp81 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()