DOC: Incorrect iModes Parameter to DDI StretchBlt FunctionsLast reviewed: January 8, 1997Article ID: Q140674 |
The information in this article applies to:
SUMMARYThere is an error in the online documentation for the iModes parameter to the XxxStretchBlt and XxxPlgBlt functions. These the XxxStretchBlt and XxxPlgBlt functions are used for both Win32 display drivers and Win32 printer drivers. The iModes parameter defines how source pixels are combined to get output pixels. The documentation states that the ULONG iModes parameter should be one of the following defined values: SB_OR, SB_AND, SB_IGNORE, or SB_HALFTONE. Actually, these values are not defined. The iModes parameter should be replaced with one of the following values that are defined in Sdk\Include\Wingdi.h:
Original Replacement -------------------------- SB_OR WHITEONBLACK SB_AND BLACKONWHITE SB_IGNORE COLORONCOLOR SB_HALFTONE HALFTONEThis documentation error has been corrected in the Win32 DDK version 4.0 online documentation.
|
KBCategory: kbref kbprint kbdocerr kbdocfix
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |