Lines Matching refs:TCHAR
47 static TCHAR g_szSTInstallationPath[MAX_PATH] = TEXT("");
48 static TCHAR g_szOperatingSystem[256] = TEXT("");
50 static const TCHAR g_szSTExecutable[256] = TEXT("stclient.exe");
225 TCHAR szProgramFilesFolder[MAX_PATH]; in RetrieveExecutablePath()
275 TCHAR szTargetURN[1024] = {0}; in _tWinMain()
276 TCHAR szProductName[1024] = {0}; in _tWinMain()
277 TCHAR szProductVersion[1024] = {0}; in _tWinMain()
278 TCHAR szParentProductName[1024] = {0}; in _tWinMain()
279 TCHAR szProductSource[1024] = {0}; in _tWinMain()
280 TCHAR szInstanceURN[1024] = {0}; in _tWinMain()
369 lpCommandLine = new TCHAR[MAXCMDLINELEN]; in _tWinMain()
415 lpCommandLine = new TCHAR[MAXCMDLINELEN]; in _tWinMain()