Searched refs:dwExitCode (Results 1 – 7 of 7) sorted by relevance
261 DWORD dwExitCode = (DWORD)1; in _tWinMain() local484 dwExitCode = 1; // couldn't start stclient process in _tWinMain()493 dwExitCode = 0; in _tWinMain()495 dwExitCode = 1; // other errors in _tWinMain()498 dwExitCode = ( dwSTClientExitCode == 0 ) ? 0 : 1; in _tWinMain()502 dwExitCode = 0; // already registered in _tWinMain()504 dwExitCode = 1; // other errors in _tWinMain()507 dwExitCode = 1; // couldn't start stclient in _tWinMain()510 dwExitCode = 1; // no executable found in _tWinMain()513 dwExitCode = 0; // wrong number of arguments in _tWinMain()[all …]
205 DWORD dwExitCode = (DWORD)-1; in WinMain() local333 …if (bFirst || ::desktop::ExitHelper::E_NORMAL_RESTART == dwExitCode || wcsncmp(argv[i], MY_STRING(… in WinMain()410 dwExitCode = 0; in WinMain()411 GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode ); in WinMain()417 …sktop::ExitHelper::E_CRASH_WITH_RESTART == dwExitCode || ::desktop::ExitHelper::E_NORMAL_RESTART =… in WinMain()420 return fSuccess ? dwExitCode : -1; in WinMain()
64 DWORD dwExitCode = (DWORD)-1; in GenericMain() local141 dwExitCode = 0; in GenericMain()142 GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode ); in GenericMain()148 return dwExitCode; in GenericMain()
163 DWORD dwExitCode; in Main() local166 fSuccess = GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode ); in Main()168 return dwExitCode; in Main()
239 DWORD dwExitCode; in SendReport() local242 if ( GetExitCodeProcess( ProcessInfo.hProcess, &dwExitCode ) && 0 == dwExitCode ) in SendReport()
210 DWORD dwExitCode; in ReportCrash() local213 if ( GetExitCodeProcess( ProcessInfo.hProcess, &dwExitCode ) && 0 == dwExitCode ) in ReportCrash()
440 DWORD dwExitCode = 0;441 GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode );445 return dwExitCode;
Completed in 54 milliseconds