Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 562 Bytes

File metadata and controls

20 lines (17 loc) · 562 Bytes
title Function Pointers | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-tools
ms.topic conceptual
dev_langs
C++
helpviewer_keywords
function pointers, x64
ms.assetid 874839ac-ffcd-419f-bcbe-6d492a5c3a61
author corob-msft
ms.author corob
ms.workload
cplusplus

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