PFN
Appearance
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;
Pointer to a procedure.
_PFN *PFN
typedef
In the header file, this is a two-part definition as shown below:
typedef int (APIENTRY _PFN) (); typedef _PFN *PFN;