POINT-Func
POINT
The POINT structure defines the x- and y- coordinates of a point.
typedef struct tagPOINT { LONG x; LONG y; } POINT
origin.h