Contains the dimensions of a rectangle.
typedef struct SORECTtag { INT left; // x-coordinate of upper left corner INT top; // y-coordinate of upper left corner INT right; // x-coordinate of lower right corner INT bottom; // y-coordinate of lower right corner } SORECT, VWPTR *PSORECT;