GetExitCodeProcess
[DllImport("coredll.dll", SetLastError = true)]
public static extern bool GetExitCodeProcess(
IntPtr hProcess,
out uint lpExitCode
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern bool GetExitCodeProcess(
IntPtr hProcess,
out uint lpExitCode
);Last updated