Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c5453 DWORD dwExitCode = 0; in mch_job_status() local
5455 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()