Calling Convention

This section describes the process that one function (caller) makes call into another function (callee).

For prototyped functions, all arguments are converted to the expected callee types before passing.

See Also

Reference

x64 Software Conventions