C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_setvideomode
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <graph.h>
 
  Syntax:    short _setvideomode( short mode );
             mode: Constants for Screen Mode
                   VESA Constants for Screen Mode
                   _MAXRESMODE & _MAXCOLORMODE Constants for Screen Mode
 
  Returns:   the number of text rows if successful, or 0 if not.
 
  See also:  _getvideoconfig, _setvideomoderows, _settextrows, MSHERC
                                    -♦-