The POINTS structure defines the coordinates of a point.
typedef struct tagPOINTS {
SHORT x;
SHORT y;
} POINTS;
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Requires version 1.0 or later.
Header: Declared in windef.h.
Rectangles Overview, Rectangle Structures, ChildWindowFromPoint, PtInRect, WindowFromPoint, POINT