Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.43 KB

File metadata and controls

59 lines (47 loc) · 1.43 KB
title Calling Convention | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid 41ca3554-b2e3-4868-9a84-f1b46e6e21d9
caps.latest.revision 9
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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