PFN: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:DataType:PFN to PFN |
(No difference)
|
Revision as of 02:14, 21 December 2016
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;