The information in this article applies to:
SUMMARYA printer driver should set flags based on the drivers capability for the DIB when it gets calls to the Control function with the QUERYDIBSUPPORT escape. MORE INFORMATIONWhen a printer driver gets call to the Control function with the QUERYDIBSUPPORT Escape, the lpInData parameter points to the BITMAPINFO structure and the lpOutData points to LPINT. Based on the capabilities of the driver, it is expected to set the following flags:
The driver uses the biBitCount, biCompression, and biPlanes to determine
its capability with respect to DIB support. Once the capabilities are
determined, it then sets the flags above appropriately. These flags are
documented in the Windows SDK in \MSTOOLS\INCLUDE\WINGDI.H.
Additional query words: QUERYDIBSUPPORT
Keywords : kbDDK kbPrinting |
Last Reviewed: October 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |