Click or drag to resize
Xcalibur Systems LLC Logo

ProcessHelperGetExitCodeProcess Method

Retrieves the termination status of the specified process.

GetExitCodeProcess function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("CoreDLL.dll", SetLastError = true)]
public static bool GetExitCodeProcess(
	IntPtr processHandle,
	out uint exitCode
)

Parameters

processHandle  IntPtr
A handle to the process.
exitCode  UInt32
A pointer to a variable to receive the process termination status.

Return Value

Boolean
See Also