DkmILCallingConvention Enum

Definition

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

CDecl 1

The x86 cdecl calling convention.

FastCall 3

The x86 fastcall calling convention.

StdCall 0

The x86 stdcall calling convention.

ThisCall 2

The x86 thiscall calling convention.

Applies to