Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 393 Bytes

File metadata and controls

13 lines (10 loc) · 393 Bytes
title Function Pointers
ms.date 11/04/2016
helpviewer_keywords
function pointers, x64
ms.assetid 874839ac-ffcd-419f-bcbe-6d492a5c3a61

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