RECT
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
typedef struct tagRECT { int left; int top; int right; int bottom; } RECT;
origin.h