Jump to content

NPFN

From EDM2
Revision as of 12:31, 20 April 2016 by Ak120 (talk | contribs)

NPFN

Pointer to a procedure.

Type

_NPFN *NPFN

C Declaration Method

typedef

Comment

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

typedef  int    (APIENTRY _NPFN) ();
typedef  _NPFN  *NPFN;