public interface CallConv
Definition from MSDN: Identifies the calling convention used by a member function.
| Modifier and Type | Field and Description |
|---|---|
static Integer |
CC_CDECL
Indicates that the Cdecl calling convention is used for a method.
|
static Integer |
CC_FASTCALL |
static Integer |
CC_FPFASTCALL |
static Integer |
CC_MACPASCAL
Indicates that the Macpascal calling convention is used for a method.
|
static Integer |
CC_MAX
Indicates the end of the CALLCONV enumeration.
|
static Integer |
CC_MPWCDECL
Indicates that the Mpwcdecl calling convention is used for a method.
|
static Integer |
CC_MPWPASCAL
Indicates that the Mpwpascal calling convention is used for a method.
|
static Integer |
CC_MSCPASCAL
Indicates that the Mscpascal calling convention is used for a method.
|
static Integer |
CC_PASCAL
Indicates that the Pascal calling convention is used for a method.
|
static Integer |
CC_STDCALL
Indicates that the Stdcall calling convention is used for a method.
|
static Integer |
CC_SYSCALL
Indicates that the Syscall calling convention is used for a method.
|
static final Integer CC_FASTCALL
static final Integer CC_CDECL
static final Integer CC_MSCPASCAL
static final Integer CC_PASCAL
static final Integer CC_MACPASCAL
static final Integer CC_STDCALL
static final Integer CC_FPFASTCALL
static final Integer CC_SYSCALL
static final Integer CC_MPWCDECL
static final Integer CC_MPWPASCAL
static final Integer CC_MAX
Copyright © 2017 LSST. All rights reserved.