RECTL
typedef struct _RECTL {
LONG
left;
LONG
top;
LONG
right;
LONG
bottom; }
RECTL
, *
PRECTL
, *
LPRECTL
;