DOC: Error in DEVINFO Description

Last reviewed: January 8, 1997
Article ID: Q140672
The information in this article applies to:
  • Microsoft Win32 Device Development Kit (DDK) for Windows NT, versions 3.5, 3.51

SUMMARY

The definition in the online documentation for the DEVINFO structure is incomplete.

MORE INFORMATION

The 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
KBSubcategory: ntddkprnt ntddkvideo
Additional reference words: 3.50 3.51 4.00



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.