DkmSystemInformationFlags Enum

Definition

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.

C++/CX
public enum class DkmSystemInformationFlags
Inheritance
DkmSystemInformationFlags
Attributes

Fields

Name Value Description
Default 0

No flags are set.

Is64Bit 1

The process/OS is 64-bit.

DumpFile 2

Indicates that the process/OS is from a .dmp file or other snapshot of a single point in time.

CanAccessFileSystem 4

Indicates that if target process/OS allows debugger to arbitrarily access file system.

CoreSystem 8

Indicates that the target OS is a core system. (Examples: XBox, Phone, etc.).

LaunchedInChamber 16

Indicates that msvsmon has been launched inside a chamber. (Phone execution model).

ProcessSnapshot 32

Indicates that the process is a process snapshot.

NoExecute 64

Indicates that the process is a static image and no execution control is possible.

CanReverse 128

Indicates that the process can execute in the reversed direction.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022