qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_VideoConfig
  MSGraph Contents Index                                    Back
 
  TYPE
      { structure for _GetVideoConfig as visible to user }
      _VideoConfig = RECORD
          NumXPixels    : Integer;    { horizontal resolution }
          NumYPixels    : Integer;    { vertical resolution }
          NumTextCols   : Integer;    { text columns available }
          NumTextRows   : Integer;    { text rows available }
          NumColors     : Integer;    { number of colors available }
          BitsPerPixel  : Integer;    { bits per pixel }
          NumVideoPages : Integer;    { available video pages }
          Mode          : Integer;    { current video mode }
          Adapter       : Integer;    { active adapter }
          Monitor       : Integer;    { active monitor }
          Memory        : Integer;    { video memory in K bytes }
          END;
 
  Unit:     MSGraph
 
  Context:  _GetVideoConfig