DkmEngineFlags Enum

Definition

Flags that indicate immutable traits of this engine settings.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
None 0

No process debug flags are set.

NativeCodeSupported 1

This flag should no longer be read, instead use DkmDebugLaunchSettings.IsNativeCodeSupported(). This flag may still be written and indicates that this engine id supports native code debugging.

JustMyCodeSupported 2

Engine will use Just My Code when enabled from the IDE.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022