Jump to content

PFN: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
(No difference)

Revision as of 17:39, 28 November 2005

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;