MonitorEventThreadTerminateThreadExitCode Property

The exit code of the real-time thread that terminated. This is the value returned from the thread's start function.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public uint ThreadExitCode { get; }

Property Value

Type: UInt32
See Also