Home
last modified time | relevance | path

Searched refs:dwExitCode (Results 1 – 7 of 7) sorted by relevance

/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx261 DWORD dwExitCode = (DWORD)1; in _tWinMain() local
484 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 …]
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx205 DWORD dwExitCode = (DWORD)-1; in WinMain() local
333 …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()
/trunk/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx64 DWORD dwExitCode = (DWORD)-1; in GenericMain() local
141 dwExitCode = 0; in GenericMain()
142 GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode ); in GenericMain()
148 return dwExitCode; in GenericMain()
/trunk/main/desktop/win32/source/
H A Dwrapper.h163 DWORD dwExitCode; in Main() local
166 fSuccess = GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode ); in Main()
168 return dwExitCode; in Main()
/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx239 DWORD dwExitCode; in SendReport() local
242 if ( GetExitCodeProcess( ProcessInfo.hProcess, &dwExitCode ) && 0 == dwExitCode ) in SendReport()
/trunk/main/sal/osl/w32/
H A Dsignal.cxx210 DWORD dwExitCode; in ReportCrash() local
213 if ( GetExitCodeProcess( ProcessInfo.hProcess, &dwExitCode ) && 0 == dwExitCode ) in ReportCrash()
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc440 DWORD dwExitCode = 0;
441 GetExitCodeProcess( aProcessInfo.hProcess, &dwExitCode );
445 return dwExitCode;

Completed in 37 milliseconds