NPFN: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:NPFN to NPFN |
mNo edit summary |
||
Line 1: | Line 1: | ||
Pointer to a procedure. | Pointer to a procedure. | ||
==Type== | |||
_NPFN *NPFN | _NPFN *NPFN | ||
===C Declaration Method=== | |||
typedef | typedef | ||
==Comment== | |||
In the header file, this is a two-part definition as shown below: | In the header file, this is a two-part definition as shown below: | ||
typedef int (APIENTRY _NPFN) (); | typedef int (APIENTRY _NPFN) (); |
Latest revision as of 21:12, 15 December 2017
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;