NPFN: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:DataType:NPFN to NPFN |
(No difference)
|
Revision as of 02:13, 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;