C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_wsizeinfo Structure
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:  <io.h>
 
  Context:  _wsizeinfo
 
  Structure:
 
  struct _wsizeinfo
  {
      unsigned int _version;    // Windows version; use _QWINVER
      unsigned int _type;       // Kind of sizing for window
      unsigned int _x;          // Upper left window corner x coordinate
      unsigned int _y;          // Upper left window corner y coordinate
      unsigned int _h;          // Window height
      unsigned int _w;          // Window width
  };
                                    -♦-