Sends a block of data to a printer.
BOOL WINAPI PrinterSend( HANDLE hPrint, LPCVOID lpBuffer,
DWORD dwBytes );
TRUE indicates success. FALSE indicates failure.
This function writes dwBytes of data stored at the location pointed to by the parameter lpBuffer to a printer previously opened through a call to the PrinterOpen function.