DkmDebuggerCpuArchitecture 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.
Enumerator defining the CPU architecture of the debugger.
This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).
public enum DkmDebuggerCpuArchitecture
type DkmDebuggerCpuArchitecture =
Public Enum DkmDebuggerCpuArchitecture
- Inheritance
-
DkmDebuggerCpuArchitecture
Fields
Name | Value | Description |
---|---|---|
DcaUnknown | 0 | The CPU architecture is unknown. This value will only be used with a pre-release VS 2022 remote debugger. |
DcaX86 | 1 | The debugger is compiled for x86. |
DcaX64 | 2 | The debugger is compiled for x64. |
DcaArm32 | 3 | The debugger is compiled for 32-bit ARM. |
DcaArm64 | 4 | The debugger is compiled for 64-bit ARM. |
DcaArm64EC | 5 | The debugger is compiled for emulation-compatible 64-bit ARM. |