CALLCONV enumeration (oaidl.h)
Identifies the calling convention used by a member function described in the METHODDATA structure.
C++
typedef enum tagCALLCONV {
CC_FASTCALL = 0,
CC_CDECL = 1,
CC_MSCPASCAL,
CC_PASCAL,
CC_MACPASCAL,
CC_STDCALL,
CC_FPFASTCALL,
CC_SYSCALL,
CC_MPWCDECL,
CC_MPWPASCAL,
CC_MAX
} CALLCONV;
CC_FASTCALL Value: 0 |
CC_CDECL Value: 1 |
CC_MSCPASCAL |
CC_PASCAL |
CC_MACPASCAL |
CC_STDCALL |
CC_FPFASTCALL |
CC_SYSCALL |
CC_MPWCDECL |
CC_MPWPASCAL |
CC_MAX |
Requirement | Value |
---|---|
Header | oaidl.h |