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>devicedata</b> send data directly to printer, around device driver http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DEVICEDATA           Send Data Directly To Printer, Around Device Driver


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

short nCount;   /* Number of bytes to send to printer */
LPSTR lpInData; /* To structure containing:
                WORD wCount; */ Number of bytes in Data array */
                char Data[wCount];



Returns:        Number of bytes actually transferred. 0 if unsuccessful
                or not implemented.

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