Jump to content

PFNSIGHANDLER

From EDM2
Revision as of 18:32, 29 November 2005 by Anakor (talk | contribs) (New)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PFNSIGHANDLER

Pointer to a function with pascal calling type.

Type

VOID  PASCAL FAR *PFNSIGHANDLER

C Declaration Method

typedef

Comment

This type is included in the Control Program Programming Reference but it's not included in the toolkit headers! It is mentioned there as:

typedef CHAR *PFNSIGHANDLER;

Instead it is included in the DDK as:

typedef VOID (PASCAL FAR *PFNSIGHANDLER)(USHORT,USHORT);