Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.24 KB

calling-convention.md

File metadata and controls

43 lines (31 loc) · 1.24 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Calling Convention | Microsoft Docs
11/04/2016
cpp-tools
article
C++
41ca3554-b2e3-4868-9a84-f1b46e6e21d9
9
corob-msft
corob
ghogen

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

x64 Software Conventions