How GDI Sends Data to the PrinterLast reviewed: July 23, 1997Article ID: Q112387 |
3.10
WINDOWS
kbprg
The information in this article applies to:
SUMMARYIf the "Fast Printing Direct to Port" option is enabled from the Microsoft Windows Control Panel, print-job data will be sent directly to the printer port, using COMM.DRV. Otherwise, MS-DOS _lwrite() calls will be used to write data to the port. The Fast Printing Direct to Port setting corresponds to the DosPrint entry in the [Windows] section of WIN.INI.
MORE INFORMATIONWhen a print job is started by a printer driver, the printer driver will call into GDI, using the OpenJob() function. Within OpenJob(), GDI uses the following sequence of steps to determine whether to print directly to the port, or to use MS-DOS _lwrite:
|
Additional reference words: 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |