RECT

struct RECT {
int left;
int top;
int right;
int bottom;
}

Meta