Point structure (short integers)
typedef
typedef struct _POINTS { SHORT x; /* X-coordinate. */ SHORT y; /* Y-coordinate. */ } POINTS; typedef POINTS * PPOINTS ;