The POINTL structure contains the coordinates of a point.
typedef struct _POINTL { // ptl LONG x; LONG y; } POINTL;