DkmArm64ECThunkKind 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.
DkmArm64ECThunkKind describes what kind of Arm64EC thunk is at an address.
This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).
public enum DkmArm64ECThunkKind
type DkmArm64ECThunkKind =
Public Enum DkmArm64ECThunkKind
- Inheritance
-
DkmArm64ECThunkKind
Fields
Name | Value | Description |
---|---|---|
Exit | 0 | An Arm64EC exit thunk (potentially calling out from Arm64EC). |
Entry | 1 | An Arm64EC exit thunk (calling into Arm64EC). |
ICall | 2 | An icall made from EC. |
VCall | 3 | An vcall made from EC. |
ImportAdjustor | 4 | An call to an import from EC. |
Standard | 5 | An EC thunk that can be treated like a normal non-EC thunk. |