MonitorEventProcessCreate.Flags Property

RTX64 process flags.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public uint Flags { get; }

Flags

ValueDescription

0x00000001

Internal

0x00000002

The RTSS process is in a frozen state.

0x00000004

Internal

0x00000008

The RTSS process is being debugged.

0x00000010

Internal

0x00000020

The RTSS process is a proxy process.

0x00000040

Internal

0x00000080

The RTSS process is being debugged.

0x00000100

The RTSS process is being debugged.

0x00000200

The RTSS process is being debugged.

0x00000400

Internal

0x00000800

Internal

0x00001000

Internal

0x00002000

The RTSS process triggered the watchdog timer.

0x00004000

Internal

0x00008000

The RTSS process is a TCP/IP Stack process.

0x00010000

The RTSS process is a Network Abstraction Layer (NAL) process.

0x00020000

Internal

0x00040000

The RTSS process is linked to a TCP/IP Stack process.

0x00080000

The RTSS process is linked to a Network Abstraction Layer (NAL) process.

Property Value

Type: UInt32
See Also