3 references to STILL_ACTIVE
System (3)
compmod\system\codedom\compiler\Executor.cs (1)
305int status = NativeMethods.STILL_ACTIVE;
services\monitoring\system\diagnosticts\Process.cs (2)
243if (NativeMethods.GetExitCodeProcess(handle, out exitCode) && exitCode != NativeMethods.STILL_ACTIVE) { 1702if (NativeMethods.GetExitCodeProcess(handle, out exitCode) && exitCode != NativeMethods.STILL_ACTIVE) {