CALLCONV 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.
Identifies the calling convention used by a method described in a METHODDATA structure.
public enum class CALLCONV
public enum class CALLCONV
enum CALLCONV
public enum CALLCONV
type CALLCONV =
Public Enum CALLCONV
- Inheritance
-
CALLCONV
Fields
CC_CDECL | 1 | Indicates that the Cdecl calling convention is used for a method. |
CC_FASTCALL | 0 | |
CC_FPFASTCALL | 5 | |
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 | |
CC_SYSCALL | 6 | Indicates that the Syscall calling convention is used for a method. |