class documentation

class CallingConventions(object):

View In Hierarchy

Available calling conventions.

Class Variable Cdecl32 cdecl calling convention, used by default on 32bit systems.
Class Variable Fastcall32 fastcall calling convention, used by Windows 32bit (not by default)
Class Variable Ms64 Microsoft x64 calling convention, used by Windows 64bit.
Class Variable Stdcall32 stdcall calling convention, used by Windows 32bit to call Win32 API functions.
Class Variable Sysv64 System V ABI AMD64 calling convention, used by Linux 64bit.
Cdecl32 =

cdecl calling convention, used by default on 32bit systems.

Fastcall32 =

fastcall calling convention, used by Windows 32bit (not by default)

Ms64 =

Microsoft x64 calling convention, used by Windows 64bit.

Stdcall32 =

stdcall calling convention, used by Windows 32bit to call Win32 API functions.

Sysv64 =

System V ABI AMD64 calling convention, used by Linux 64bit.