PFN: Difference between revisions
Appearance
New |
(No difference)
|
Revision as of 17:39, 28 November 2005
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;