Printer Driver

S

SME

I am new to device drivers for Windows. I need clarifications on the
following:

1. Is a printer driver a UMDF or KMDF type?

2. In the examples of WDK, does the directory %wdk%\src\print contain the
printer driver samples?

3. Which is the best book, that almost spoon feeds, on printer driver
development?

ThanQ...
 
D

Don Burn

Comments inline:

SME said:
I am new to device drivers for Windows. I need clarifications on the
following:

1. Is a printer driver a UMDF or KMDF type?

Neither, printer drivers are their own beasts. KMDF and UMDF are
specifically to replace WDM drivers.
2. In the examples of WDK, does the directory %wdk%\src\print contain the
printer driver samples?
Yes

3. Which is the best book, that almost spoon feeds, on printer driver
development?

There are no books on printer driver development (or for that matter any of
the other specialty driver types). I would move over to
microsoft.public.development.device.drivers many more people hang out there,
including some printer driver types (I am not one).


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top