INFO: Printer Driver Must Support Multiple DCsLast reviewed: June 5, 1997Article ID: Q169595 |
The information in this article applies to:
SUMMARYIn earlier versions of Windows, printer drivers were allowed to return -1 from the SetPrinterDC control code if they did not want to support multiple DCs for a print job. In Windows 95, however, there are applications that do not check the return code of the SetPrinterDC control code, and blindly use the DC they requested to be set in the printer driver.
MORE INFORMATIONAlthough not explicitly stated, printer drivers must not return -1 from SetPrinterDC. Instead, the driver must be able to handle multiple DCs and must use the DC that the application sends down for the print job. The driver must not restrict itself to one DC from StartDoc to EndDoc. |
Keywords : kbprint kbinfo
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |