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.
The export ordinal for this function is 403.
DIB_ExtTextOut, DrawTextBitmapProc, DrawOpaqueRectProc