INFO: Printer Driver Must Support Multiple DCsID: Q169595
|
In 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.
Although 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
Version : 4.0
Platform : WINDOWS
Issue type :
Last Reviewed: March 3, 1999