C Language and Libraries Help (clang.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.
_gettextwindow
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _gettextwindow function finds the boundaries of the current
     text window. The text window is the region of the screen to which
     output from the _outtext and _outmem functions is limited. By
     default, this is the entire screen unless it has been redefined by
     the _settextwindow function.
 
     Screen definitions by _settextwindow have no effect on output from
     the _outgtext function. Displaying text with _outgtext is limited
     to the current viewport.
 
     Return Value
 
     None.
                                    -♦-