tagCALLCONV Enum

Definition

Identifies the calling convention used by a member function

public enum class tagCALLCONV
public enum class tagCALLCONV
enum tagCALLCONV
public enum tagCALLCONV
type tagCALLCONV = 
Public Enum tagCALLCONV
Inheritance
tagCALLCONV

Fields

CC_CDECL 1

Indicates that the Cdecl calling convention is used for a method.

CC_FASTCALL 0

Indicates that the Fastcall calling convention is used for a method.

CC_FPFASTCALL 5

Indicates that the FPFastcall calling convention is used for a method.

CC_MACPASCAL 3

Indicates that the Macpascal calling convention is used for a method.

CC_MAX 9

Indicates the end of the CALLCONV enumeration.

CC_MPWCDECL 7

Indicates that the Mpwcdecl calling convention is used for a method.

CC_MPWPASCAL 8

Indicates that the Mpwpascal calling convention is used for a method.

CC_MSCPASCAL 2

Indicates that the Mscpascal calling convention is used for a method.

CC_PASCAL 2

Indicates that the Pascal calling convention is used for a method.

CC_STDCALL 4

Indicates that the Stdcall calling convention is used for a method.

CC_SYSCALL 6

Indicates that the Syscall calling convention is used for a method.

Applies to