Jump to content

PFN

From EDM2
Revision as of 14:11, 24 May 2017 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;