DOC: Error in DEVINFO DescriptionLast reviewed: January 8, 1997Article ID: Q140672 |
The information in this article applies to:
SUMMARYThe definition in the online documentation for the DEVINFO structure is incomplete.
MORE INFORMATIONThe iDitherFormat member should be documented as follows: ULONG iDitherFormat Specifies the format of the bitmap. This parameter indicates how many bits of color information per pixel are requested. This parameter must be one of the following values:
Value Meaning ------------------------------------------------- BMF_1BPP Monochrome. BMF_4BPP 4 bits per pixel. BMF_8BPP 8 bits per pixel. BMF_16BPP 16 bits per pixel. BMF_24BPP 24 bits per pixel. BMF_32BPP 32 bits per pixel. BMF_4RLE 4 bits per pixel, run length encoded. BMF_8RLE 8 bits per pixel, run length encoded.This documentation error has been corrected in the Windows NT DDK version 4.0 online documentation.
|
KBCategory: kbref kbgraphic kbdocerr kbdocfix
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |