Searched refs:dwExitCode (Results 1 – 1 of 1) sorted by relevance
5453 DWORD dwExitCode = 0; in mch_job_status() local5455 if (!GetExitCodeProcess(job->jv_proc_info.hProcess, &dwExitCode) in mch_job_status()5456 || dwExitCode != STILL_ACTIVE) in mch_job_status()5458 job->jv_exitval = (int)dwExitCode; in mch_job_status()