Searched refs:szExecutablePath (Results 1 – 1 of 1) sorted by relevance
222 static PathResult RetrieveExecutablePath( LPTSTR szExecutablePath ) in RetrieveExecutablePath() argument232 _tcscpy( szExecutablePath, szProgramFilesFolder ); in RetrieveExecutablePath()234 _tcscat( szExecutablePath, TEXT( "\\" )); in RetrieveExecutablePath()235 _tcscat( szExecutablePath, TEXT( "Sun\\servicetag\\" )); in RetrieveExecutablePath()236 _tcscat( szExecutablePath, g_szSTExecutable ); in RetrieveExecutablePath()237 eRet = FileExists( szExecutablePath ) ? PATHRESULT_OK : PATHRESULT_EXE_NOT_FOUND; in RetrieveExecutablePath()
Completed in 21 milliseconds