- 2.Every driver?
- Posted by marian on October 4th, 2003
Thanks for previous help message. But if my driver has not
any upper driver and not any lower driver. How I may write
PNP and Power dispatch routines?
Thanks.
- Posted by Mark Roddy on October 4th, 2003
On Sat, 4 Oct 2003 06:23:35 -0700, "marian" <marst@pobox.sk> wrote:
A pnp virtual device is 'root enumerated'. Its bus driver is the 'root
device bus driver'. As Don observed, study the toaster driver sample
for hints, clues and nifty code segments, and then thank Eliyas for
creating and evolving this code :-)
=====================
Mark Roddy
Windows XP/2000/NT Consulting, Microsoft DDK MVP
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com
For Windows Device Driver Training: see www.azius.com
- Posted by Maxim S. Shatskih on October 4th, 2003
For what? If the driver is hardware-less, then write it as NT4-style driver
(which is a kernel add-on in fact), and you will not need any PnP/Power
routines.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"marian" <marst@pobox.sk> wrote in message
news:108b01c38a7a$b708db40$a101280a@phx.gbl...