C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Video Adapter Constants
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  _CGA, _EGA, _VGA, _MCGA, _MDPA, _HGC, _OCGA, _OEGA, _OVGA,
             _SVGA
 
  Include:   <graph.h>
 
  Context:   _getvideoconfig
 
  Synopsis:  Value given by adapter element of _videoconfig structure.
             This value indicates the currently active video adapter.
 
     The video adapter constants and their meanings are listed below:
 
     Adapter
     Constant     Meaning
 
     _CGA         Color Graphics Adapter
     _EGA         Enhanced Graphics Adapter
     _VGA         Video Graphics Array
     _MCGA        Multicolor Graphics Array
     _MDPA        Monochrome Display Adapter
     _HGC         Hercules Graphics Card
     _OCGA        Olivetti (AT&T) Color Graphics Adapter
     _OEGA        Olivetti (AT&T) Enhanced Graphics Adapter
     _OVGA        Olivetti (AT&T) Video Graphics Array
     _SVGA        Super VGA with VESA BIOS support
                                    -♦-