PssProcessFlags Enumeration
Flags that describe a process in a process snapshot (pss).
Used by
Flags member.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration PssProcessFlags
Dim instance As PssProcessFlags
[FlagsAttribute]
public enum class PssProcessFlags
[<FlagsAttribute>]
type PssProcessFlags
No code example is currently available or this language may not be supported.
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.
|