PEVFN

Pointer to an application-event entry routine. This routine is used to handle stream events.

typedef EVFN (FAR *PEVFN);

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

typedef ULONG (APIENTRY EVFN) (PEVCB pevcb);
typedef EVFN (FAR *PEVFN);


[Back: PCODECPROC]
[Next: PFN]