SIZE
The SIZE structure specifies the width and height of a rectangle.
typedef struct tagSIZE { LONG cx; LONG cy; } SIZE
origin.h