Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.06 KB

File metadata and controls

52 lines (47 loc) · 1.06 KB
title INVOKE | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
Invoke
dev_langs
C++
helpviewer_keywords
INVOKE directive
ms.assetid 12d9bb40-33b9-411e-b801-45a1d675967e
caps.latest.revision 7
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

INVOKE

Calls the procedure at the address given by expression, passing the arguments on the stack or in registers according to the standard calling conventions of the language type.

Syntax

  
INVOKE   
expression [[, arguments]]  

Remarks

Each argument passed to the procedure may be an expression, a register pair, or an address expression (an expression preceded by ADDR).

See Also

Directives Reference