Searched refs:szAppDataPath (Results 1 – 1 of 1) sorted by relevance
211 TCHAR szAppDataPath[MAX_PATH] = _T(""); in _open_reportfile() local213 if ( GetCrashDataPath( szAppDataPath ) ) in _open_reportfile()215 _tcscat( szAppDataPath, _T("\\crashdat") ); in _open_reportfile()216 _tcscat( szAppDataPath, lpExt ); in _open_reportfile()218 fp = _xfopen( szAppDataPath, lpMode ); in _open_reportfile()
Completed in 25 milliseconds