Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 567 Bytes

File metadata and controls

18 lines (17 loc) · 567 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