DkmSystemInformationFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags which provide information about the system that a computer system that a process/thread/connection is using.
This enumeration supports a bitwise combination of its member values.
public enum class DkmSystemInformationFlags
public enum class DkmSystemInformationFlags
enum DkmSystemInformationFlags
[System.Flags]
public enum DkmSystemInformationFlags
[<System.Flags>]
type DkmSystemInformationFlags =
Public Enum DkmSystemInformationFlags
- Inheritance
-
DkmSystemInformationFlags
- Attributes
Fields
CanAccessFileSystem | 4 | Indicates that if target process/OS allows debugger to arbitrarily access file system. |
CanReverse | 128 | Indicates that the process can execute in the reversed direction. |
CoreSystem | 8 | Indicates that the target OS is a core system. (Examples: XBox, Phone, etc.). |
Default | 0 | No flags are set. |
DumpFile | 2 | Indicates that the process/OS is from a .dmp file or other snapshot of a single point in time. |
Is64Bit | 1 | The process/OS is 64-bit. |
LaunchedInChamber | 16 | Indicates that msvsmon has been launched inside a chamber. (Phone execution model). |
NoExecute | 64 | Indicates that the process is a static image and no execution control is possible. |
ProcessSnapshot | 32 | Indicates that the process is a process snapshot. |