Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>exttextout</b> textout with more features http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EXTTEXTOUT           TextOut With More Features

short Escape(hDC, EXTTEXTOUT, nCount, lpInData, NULL)
HDC hDC;

short nCount;   /* Number of bytes in InData */
LPSTR lpInData; /* To structure containing:
                WORD X; /* X of upper left */
                WORD Y; /* Y or upper left */
                WORD lpText; *
                WORD FAR *lpWidths; /* Array of character widths */
LPSTR lpOutData; /* Not used, set to NULL */


Returns:        1 is successful otherwise 0.

*       lpText can't be a WORD, but that's what the Programmer's
        Reference shows! Probably is WORD FAR *.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson