Home
last modified time | relevance | path

Searched refs:ProcessInfo (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/workben/
H A Dtestpipe.cxx50 oslProcessInfo ProcessInfo; variable
141 ProcessInfo.Size = sizeof( ProcessInfo ); in main()
143 ProcessError = osl_getProcessInfo( Process, osl_Process_EXITCODE, &ProcessInfo ); in main()
149 if( ProcessInfo.Code != 0 ) in main()
150 fail( "client aborted.\n", ProcessInfo.Code ); in main()
/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx216 PROCESS_INFORMATION ProcessInfo; in SendReport() local
236 NULL, NULL, &StartupInfo, &ProcessInfo ) in SendReport()
241 WaitForSingleObject( ProcessInfo.hProcess, INFINITE ); in SendReport()
242 if ( GetExitCodeProcess( ProcessInfo.hProcess, &dwExitCode ) && 0 == dwExitCode ) in SendReport()
/trunk/main/sal/osl/w32/
H A Dsignal.cxx118 PROCESS_INFORMATION ProcessInfo; in ReportCrash() local
207 NULL, NULL, &StartupInfo, &ProcessInfo ) in ReportCrash()
212 WaitForSingleObject( ProcessInfo.hProcess, INFINITE ); in ReportCrash()
213 if ( GetExitCodeProcess( ProcessInfo.hProcess, &dwExitCode ) && 0 == dwExitCode ) in ReportCrash()

Completed in 17 milliseconds