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