DOCERR: The brute Function dmExtTextOut Is Supported

Last reviewed: February 16, 1995
Article ID: Q92421
The information in this article applies to:
  • Microsoft Windows Device Driver Kit (DDK) for Windows version 3.1

Section 4.1.25.2 (pg 133) of the Windows 3.1 Device Driver Kit's (DDK) Device Driver Adaptation Guide manual incorrectly states that there is currently no support for the dmExtTextOut() brute function. Windows 3.1 GDI does export a dmExtTextOut() function (ordinal 214). A printer driver may call dmExtTextOut() in response to a call to its ExtTextOut() function.

The function declaration is as follows:

   LONG FAR PASCAL dmExtTextOut(LPBITMAP, short, short, LPRECT, LPSTR,
      short, LPFONTINFO, LPDRAWMODE, LPTEXTXFORM, PSHORT, LPRECT, WORD);

REFERENCE

The return values are as defined for the ExtTextOut() documented on page 344 in Chapter 10 of the 3.1 DDK's "Device Driver Adaptation Guide" manual.


Additional reference words: 3.10
KBCategory: kbref kbdocerr
KBSubcategory: D2PrnQuest


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: February 16, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.