CALLCONV
enum CALLCONV
Identifies the calling convention used by a member function described in the METHODDATA structure.
CC_CDECL = 1
CC_FASTCALL = 0
CC_FPFASTCALL = 5
CC_MACPASCAL = 3
CC_MAX = 9
CC_MPWCDECL = 7
CC_MPWPASCAL = 8
CC_MSCPASCAL = 2
CC_PASCAL = 2
CC_STDCALL = 4
CC_SYSCALL = 6