PssProcessFlags Enumeration

Flags that describe a process in a process snapshot (pss).

Used by Flags member.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum PssProcessFlags

Remarks

Members

None 0 No flag.
Protected 1 The process is protected.
WoW64 2 The process is a 32-bit process running on a 64-bit native OS.
Reserved_03 4 Reserved by the system Do not use.
Reserved_04 8 Reserved by the system Do not use.
Frozen 16 The process is frozen; for example, a debugger is attached and broken into the process or a store process is suspended by a lifetime management service.

See Also