Jump to content

PFN

From EDM2
Revision as of 02:18, 12 July 2016 by Ak120 (talk | contribs)

PFN

Pointer to a procedure.

Type

_PFN  *PFN

C Declaration Method

typedef

Comment

In the header file, this is a two-part definition as shown below:

typedef  int    (APIENTRY _PFN) ();
typedef  _PFN   *PFN;