The POINT structure defines the x- and y- coordinates of a point.
typedef struct tagPOINT { // pt LONG x; LONG y; } POINT;
ChildWindowFromPoint, GetBrushOrgEx, PtInRect, SetBrushOrgEx, WindowFromPoint
See: