class documentation
class CallingConventions(object):
Available calling conventions.
| Class Variable | |
cdecl calling convention, used by default on 32bit systems. |
| Class Variable | |
fastcall calling convention, used by Windows 32bit (not by default) |
| Class Variable | |
Microsoft x64 calling convention, used by Windows 64bit. |
| Class Variable | |
stdcall calling convention, used by Windows 32bit to call Win32 API functions. |
| Class Variable | |
System V ABI AMD64 calling convention, used by Linux 64bit. |