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 Adapter Values
  MSGraph Contents Index                                    Back
 
  CONST
      { _VideoConfig adapter values }
      _MDPA = $0001;    { Monochrome Display Printer Adapter (MDPA) }
      _CGA  = $0002;    { Color Graphics Adapter             (CGA)  }
      _EGA  = $0004;    { Enhanced Graphics Adapter          (EGA)  }
      _VGA  = $0008;    { Video Graphics Array               (VGA)  }
      _MCGA = $0010;    { MultiColor Graphics Array          (MCGA) }
      _HGC  = $0020;    { Hercules Graphics Card             (HGC)  }
      _OCGA = $0042;    { Olivetti Color Graphics Adapter    (OCGA) }
      _OEGA = $0044;    { Olivetti Enhanced Graphics Adapter (OEGA) }
      _OVGA = $0048;    { Olivetti Video Graphics Array      (OVGA) }
 
  Unit:     MSGraph
 
  Context:  _GetVideoConfig
 
  Description
 
    These constants can be used to determine the type of the active
    adapter by using either simple comparisons or the bitwise operator
    AND.