| ms64 | |
| ACTION: |
determines how parameters are passed on the stack
|
| USE: |
declaring external functions, and variadic functions
|
| REMARKS: |
this is the default Windows calling convention on 64bit platforms. The first four parameters are passed in registers. The stack is cleaned up after the call by the caller. |
| RELATED: |
calling
stdcall
cdecl
pascal
|