class CallingConventions(object):
Available calling conventions.
Class Variable | Sysv64 |
System V ABI AMD64 calling convention, used by Linux 64bit. |
Class Variable | Ms64 |
Microsoft x64 calling convention, used by Windows 64bit. |
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) |