Jump to content

NPFN: Difference between revisions

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


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

Revision as of 02:12, 21 December 2016

NPFN

Pointer to a procedure.

Type

_NPFN *NPFN

C Declaration Method

typedef

Comment

In the header file, this is a two-part definition as shown below:

typedef  int    (APIENTRY _NPFN) ();
typedef  _NPFN  *NPFN;