Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 818 Bytes

File metadata and controls

39 lines (38 loc) · 818 Bytes
title Function Pointers | 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++
helpviewer_keywords
function pointers, x64
ms.assetid 874839ac-ffcd-419f-bcbe-6d492a5c3a61
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

Function Pointers

Function pointers are simply pointers to the label of the respective function. There are no table of contents (TOC) requirements for function pointers.

See Also

Calling Convention