Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 626 Bytes

File metadata and controls

22 lines (21 loc) · 626 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

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