RECTL

The RECTL structure defines... For more information, see RECTL on MSDN.

 typedef struct {
  LONG left;
  LONG top;
  LONG right;
  LONG bottom;
} RECTL;
 

Members

  • left

  • top

  • right

  • bottom