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.
_bios_printer Constants
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  _PRINTER_WRITE, _PRINTER_INIT, _PRINTER_STATUS
 
  Include:   <bios.h>
 
  Context:   _bios_printer
 
  Summary:   The <service> argument specifies the printer service
             requested.
 
     The <service> argument can be any of the following manifest
     constants:
 
     Constant            Meaning
 
     _PRINTER_INIT       Initializes the selected printer. The <data>
                         argument is ignored.
 
     _PRINTER_STATUS     Returns the printer status. The <data> argument
                         is ignored.
 
     _PRINTER_WRITE      Sends the low-order byte of <data> to the
                         printer specified by <printer>.
                                    -♦-