Hi,
Anyone can tell how to do usb printer driver ???
Regards,
Athi…
Hi,
Anyone can tell how to do usb printer driver ???
Regards,
Athi…
DEFINE_GUID(USBPRINT_GUID, 0x28d78fad, 0x5a12, 0x11d1, 0xae, 0x5b, 0x00,
0x00, 0xf8, 0x03, 0xa8, 0xc2);
use this GUID to enum the usbprinters
----- Original Message -----
From: “Athiyappan AA”
To: “Windows System Software Devs Interest List”
Sent: Monday, March 01, 2004 10:49 PM
Subject: [ntdev] usb printer driver
> Hi,
>
> Anyone can tell how to do usb printer driver ???
>
> Regards,
> Athi…
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xiangdong@bj163.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
As far as the printer driver goes, you don’t need to be concerned about
the port being printed to. The printer driver is only concerned with the
rendering of the print job itself. Once the job is rendered, it sends
the data down to the port monitor which is the component that is
port-specific. So you don’t really need to be concerned about writing a
“usb” printer driver.
This posting is provided “AS IS” with no warranties, and confers no
rights.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Athiyappan AA
Sent: Monday, March 01, 2004 6:49 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] usb printer driver
Hi,
Anyone can tell how to do usb printer driver ???
Regards,
Athi…
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com