Jump to content

PFN: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 13: Line 13:
  typedef  _PFN  *PFN;
  typedef  _PFN  *PFN;


[[Category:The OS/2 API Project]]
[[Category:Data type]]

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;