Point structure (long integers).
typedef struct _POINTL { LONG x; LONG y; } POINTL;
x X-coordinate. y Y-coordinate.