Jump to content

PFN: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:PFN to PFN
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
== PFN ==
Pointer to a procedure.  
Pointer to a procedure.  



Latest revision as of 14:11, 24 May 2017

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;