DIB_ExtTextOutExt


DWORD DIB_ExtTextOutExt(LPPDEVICE lpDestDev, WORD wDestXOrg, 
    WORD wDestYOrg, LPRECT lpClipRect, LPSZ lpString, int wCount, 
    LPFONTINFO lpFontInfo, LPDRAWMODE lpDrawMode, 
    LPTEXTXFORM lpTextXForm, LPSHORT lpCharWidths, 
    LPRECT lpOpaqueRect, WORD wOptions, LPVOID *lpDrawTextBitmap,
    LPVOID *lpDrawRect);

This function is the same as DIB_ExtTextOut with the exception of the last two parameters. See DIB_ExtTextOut for details.

lpDrawTextBitmap

A minidriver-defined callback function. The DIB engine calls this function to draw the text string.

lpDrawRect

A minidriver-defined callback function. The DIB engine calls this function to draw the opaquing rectangle.

The export ordinal for this function is 403.

See also DIB_ExtTextOut, DrawTextBitmapProc, DrawOpaqueRectProc