[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

Information about the printer in use can be obtained by reading the
PrinterData and PrinterExtendedData structures.  The values found in these
structures are determined by the printer driver selected through
Preferences.  The data structures are defined in devices/prtbase.h.

Printer specific data is returned in printerIO when the printer device is
opened.  To read the structures, you must first set the PrinterData
structure to point to iodrp.io_Device of the printerIO used to open the
device and then set PrinterExtendedData to point to the extended data
portion of PrinterData.

     Printer_Data.c