Calling Convention
Important This document may not represent best practices for current development, links to downloads and other resources may no longer be valid. Current recommended version can be found here. ArchiveDisclaimer

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.

Show:
© 2015 Microsoft