Add partial project documentation to the incomplete PrinterHost demo.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 19 Jul 2009 12:36:19 +0000 (12:36 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 19 Jul 2009 12:36:19 +0000 (12:36 +0000)
Change over Printer_GetDeviceID() to require a pointer to the destination buffer plus the buffer size, rather than using a pointer to a special structure.

Make new Printer_SendData() function to hide the implementation of sending data to an attached printer, cleaning up the main demo source file body.


No differences found