CALLCONV

Identifies the calling convention used by a member function described in METHODDATA.

typedef enum tagCALLCONV {

CC_CDECL = 1

, CC_MSCPASCAL

, CC_PASCAL = CC_MSCPASCAL

, CC_MACPASCAL

, CC_STDCALL

, CC_RESERVED

, CC_SYSCALL

, CC_MPWCDECL

, CC_MPWPASCAL

, CC_MAX /* end of enum marker */

} CALLCONV;

On 16-bit Windows systems, functions implemented with the CC_CDECL calling convention can't have return type float or double. This includes functions returning DATE, which is a floating-point type.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples