DkmILCallingConvention 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.
Describes the calling convention for a function evaluation on x86. Ignored for other architectures.
public enum class DkmILCallingConvention
public enum class DkmILCallingConvention
enum DkmILCallingConvention
public enum DkmILCallingConvention
type DkmILCallingConvention =
Public Enum DkmILCallingConvention
- Inheritance
-
DkmILCallingConvention
Fields
Name | Value | Description |
---|---|---|
StdCall | 0 | The x86 stdcall calling convention. |
CDecl | 1 | The x86 cdecl calling convention. |
ThisCall | 2 | The x86 thiscall calling convention. |
FastCall | 3 | The x86 fastcall calling convention. |