Jump to content

NPFN: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 17: Line 17:
  typedef  int    (APIENTRY _NPFN) ();
  typedef  int    (APIENTRY _NPFN) ();
  typedef  _NPFN  *NPFN;
  typedef  _NPFN  *NPFN;
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:03, 1 November 2011

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;


Back to OS/2 API