DOCERR: DLI_FMT_INCREMENT Doesn't Work as Documented

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

The DLI_FMT_INCREMENT bit in Unitool does not work as documented. The Unitool Help file describes that DLI_FMT_INCREMENT ought to work as follow:

   DLI_FMT_INCREMENT - The printer downloads only those characters required
   to print a single job. If this box is not checked, the Unidriver
   downloads the entire character set to the printer for a given font.

Corrected:

   If DLI_FMT_INCREMENT bit is set, the printer downloads only those
   characters required to print a single job. If it is not set, the printer
   still downloads only those characters required to print a single job.
   Due to printing performance reasons, Windows NT downloads only those
   characters required to print a single job.

Regardless of whether the DLI_FMT_INCREMENT bit is set or not, Windows NT will always download only those characters required to print a single job.


Additional reference words: 3.50 UNCONFIRMED
KBCategory: kbprg kbdocerr
KBSubcategory: ntddkprnt


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 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.