Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for
programmers on safari.oreilly.com and it has instructions and 2 screenshots
showing the result.
.A familiar navigation pane is displayed on the left that includes a list of
System Tools. One of these tools is the Device Manager. Expanding its group
allows the display of the list of devices currently installed for the
system. To see devices that are not Plug and Play compatible, right-click
the Devices group, choose View, and select Show hidden devices. The Minimal
driver should appear in the non-WDM drivers of the right pane. See
http:g02#ch06fig02> Figure 6.2 for a display showing the DisplayName for the
Minimal driver. — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver
tab, the Minimal driver can be started and stopped. See
http:g03#ch06fig03> Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do
I tell the system to load the driver if it’s not loaded at boot time?
_____
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver
had acted like a “bus” driver a la Toaster (see the DDK), one (or more)
devices would show up in Device Manager. But providing a driver will not per
se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com</http:></http:>
From the cmd line
net start
net stop
d
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for programmers on safari.oreilly.com and it has instructions and 2 screenshots showing the result.
…A familiar navigation pane is displayed on the left that includes a list of System Tools. One of these tools is the Device Manager. Expanding its group allows the display of the list of devices currently installed for the system. To see devices that are not Plug and Play compatible, right-click the Devices group, choose View, and select Show hidden devices. The Minimal driver should appear in the non-WDM drivers of the right pane. See Figure 6.2 for a display showing the DisplayName for the Minimal driver… — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do I tell the system to load the driver if it’s not loaded at boot time?
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini [MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
?
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
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
Or change it to AUTO_START from DEMAND_START.
–
Gary G. Little
Seagate Technologies, LLC
“Doron Holan” wrote in message
news:xxxxx@ntdev…
From the cmd line
net start
net stop
d
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for
programmers on safari.oreilly.com and it has instructions and 2 screenshots
showing the result.
…A familiar navigation pane is displayed on the left that includes a list
of System Tools. One of these tools is the Device Manager. Expanding its
group allows the display of the list of devices currently installed for the
system. To see devices that are not Plug and Play compatible, right-click
the Devices group, choose View, and select Show hidden devices. The Minimal
driver should appear in the non-WDM drivers of the right pane. See Figure
6.2 for a display showing the DisplayName for the Minimal driver… —
Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver
tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do
I tell the system to load the driver if it’s not loaded at boot time?
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver
had acted like a “bus” driver a la Toaster (see the DDK), one (or more)
devices would show up in Device Manager. But providing a driver will not per
se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
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
No I believe you are right. The hidden non-pnp drivers are shown here. The
traditional tool "drivers’ will also give you a comprehensive list. But all
of this is a bit irrelevant to your problem. Do you have a debugger
attached? Have you tried to use net start/stop on your driver? Set a
breakpoint in driver entry and see if it gets hit. Check the system error
log for load failures.
=====================
Mark Roddy
From: O.S. de Zwart [mailto:xxxxx@endforward.com]
Sent: Wednesday, July 28, 2004 2:40 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for
programmers on safari.oreilly.com and it has instructions and 2 screenshots
showing the result.
…A familiar navigation pane is displayed on the left that includes a list
of System Tools. One of these tools is the Device Manager. Expanding its
group allows the display of the list of devices currently installed for the
system. To see devices that are not Plug and Play compatible, right-click
the Devices group, choose View, and select Show hidden devices. The Minimal
driver should appear in the non-WDM drivers of the right pane. See
http:g02#ch06fig02> Figure 6.2 for a display showing the DisplayName for the
Minimal driver… — Windows 2000 Device Driver book: A guide for
programmer
By double-clicking the appropriate DisplayName and then selecting the Driver
tab, the Minimal driver can be started and stopped. See
http:g03#ch06fig03> Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do
I tell the system to load the driver if it’s not loaded at boot time?
_____
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver
had acted like a “bus” driver a la Toaster (see the DDK), one (or more)
devices would show up in Device Manager. But providing a driver will not per
se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” > wrote in
message news:xxxxx@ntdev news:xxxxx …
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@stratus.com
To unsubscribe send a blank email to xxxxx@lists.osr.com</news:xxxxx></http:></http:>
If your driver does nothing more than returning STATUS_SUCCESS in
DriverEntry, it will be automatically unloaded afterwards. In my
experience, a legacy driver needs to create a device object in DriverEntry
to remain loaded.
Mat
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 12:52 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Driver doesn’t show in device manager
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@encentrus.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Thanks everyone it’s running and printing debug messages now.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gary G. Little
Sent: Wednesday, July 28, 2004 8:54 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
Or change it to AUTO_START from DEMAND_START.
–
Gary G. Little
Seagate Technologies, LLC
“Doron Holan” wrote in message
news:xxxxx@ntdev…
From the cmd line
net start
net stop
d
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for
programmers on safari.oreilly.com and it has instructions and 2 screenshots
showing the result.
…A familiar navigation pane is displayed on the left that includes a list
of System Tools. One of these tools is the Device Manager. Expanding its
group allows the display of the list of devices currently installed for the
system. To see devices that are not Plug and Play compatible, right-click
the Devices group, choose View, and select Show hidden devices. The Minimal
driver should appear in the non-WDM drivers of the right pane. See Figure
6.2 for a display showing the DisplayName for the Minimal driver… —
Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver
tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do
I tell the system to load the driver if it’s not loaded at boot time?
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver
had acted like a “bus” driver a la Toaster (see the DDK), one (or more)
devices would show up in Device Manager. But providing a driver will not per
se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
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
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
In my experience no device is necessary and legacy driver remains loaded until manually unloaded. Just verified it at XP.
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http:://www.upek.com]
From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Mathieu Routhier[SMTP:xxxxx@encentrus.com]
Reply To: Windows System Software Devs Interest List
Sent: Wednesday, July 28, 2004 9:11 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
If your driver does nothing more than returning STATUS_SUCCESS in DriverEntry, it will be automatically unloaded afterwards. In my experience, a legacy driver needs to create a device object in DriverEntry to remain loaded.
Mat
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 12:52 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Driver doesn’t show in device manager
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@encentrus.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@upek.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
I thought there was a registry setting that controls whether or not hidden
devices are displayed in device manager.
Jamey
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for
programmers on safari.oreilly.com and it has instructions and 2 screenshots
showing the result.
.A familiar navigation pane is displayed on the left that includes a list of
System Tools. One of these tools is the Device Manager. Expanding its group
allows the display of the list of devices currently installed for the
system. To see devices that are not Plug and Play compatible, right-click
the Devices group, choose View, and select Show hidden devices. The Minimal
driver should appear in the non-WDM drivers of the right pane. See
http:g02#ch06fig02> Figure 6.2 for a display showing the DisplayName for the
Minimal driver. — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver
tab, the Minimal driver can be started and stopped. See
http:g03#ch06fig03> Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do
I tell the system to load the driver if it’s not loaded at boot time?
_____
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver
had acted like a “bus” driver a la Toaster (see the DDK), one (or more)
devices would show up in Device Manager. But providing a driver will not per
se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com</http:></http:>
(1) There are registry settings indeed.
(2) OSR has an excellent discussion of using your own icon in Adding Property Pages To Device Drivers. Also the toaster sample.
(3) As a minimum you can do the following:
(a) Create a Classguid for your new device. And include this in the inf file in ClassGuid=
(b) Now with regedit add HKLM\SYSTEM\CurrentControlSet\Control\Class{Your Classguid}
(c) Add Class REG_SZ and Icon REG_SZ. Note the Class has to be the same Class= in you inf file. Also the Icon = if a negative number uses the absolute value as the icon resource in a dll (the name escapes me but is documented) If it is positive you must supply a ClassInstaller and this will be the icon resource to display.
Try Icon - 27 and you will see the Computer Icon.
(4) Now when you install your driver you will see the Class as an option for you none plug-n-play device because Device Manger gets all of its installation classes from this branch of the registry.
Sincerely
William Michael Jones
“Jamey Kirby” wrote in message news:xxxxx@ntdev…
I thought there was a registry setting that controls whether or not hidden devices are displayed in device manager.
Jamey
------------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for programmers on safari.oreilly.com and it has instructions and 2 screenshots showing the result.
.A familiar navigation pane is displayed on the left that includes a list of System Tools. One of these tools is the Device Manager. Expanding its group allows the display of the list of devices currently installed for the system. To see devices that are not Plug and Play compatible, right-click the Devices group, choose View, and select Show hidden devices. The Minimal driver should appear in the non-WDM drivers of the right pane. See Figure 6.2 for a display showing the DisplayName for the Minimal driver. — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do I tell the system to load the driver if it’s not loaded at boot time?
------------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini [MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Try “net start mydriver” in the command line.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: O.S. de Zwart
To: Windows System Software Devs Interest List
Sent: Wednesday, July 28, 2004 8:51 PM
Subject: [ntdev] Driver doesn’t show in device manager
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
There’s the environment string DEVMGR_SHOW_NONPRESENT_DEVICES; set it to 1 to turn it on. There’s also DEVMGR_SHOW_DETAILS, which, when set to 1, shows an extra tag on the device’s devmgr property sheet that basically dumps its HKLM\System\CCS\Enum registry tree.
“Jamey Kirby” wrote in message news:xxxxx@ntdev…
I thought there was a registry setting that controls whether or not hidden devices are displayed in device manager.
Jamey
------------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for programmers on safari.oreilly.com and it has instructions and 2 screenshots showing the result.
.A familiar navigation pane is displayed on the left that includes a list of System Tools. One of these tools is the Device Manager. Expanding its group allows the display of the list of devices currently installed for the system. To see devices that are not Plug and Play compatible, right-click the Devices group, choose View, and select Show hidden devices. The Minimal driver should appear in the non-WDM drivers of the right pane. See Figure 6.2 for a display showing the DisplayName for the Minimal driver. — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do I tell the system to load the driver if it’s not loaded at boot time?
------------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini [MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Looks like with XP SP2 Device Manager always shows the details.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: Jeff Henkels
Newsgroups: ntdev
To: Windows System Software Devs Interest List
Sent: Thursday, July 29, 2004 10:31 PM
Subject: Re:[ntdev] Driver doesn’t show in device manager
There’s the environment string DEVMGR_SHOW_NONPRESENT_DEVICES; set it to 1 to turn it on. There’s also DEVMGR_SHOW_DETAILS, which, when set to 1, shows an extra tag on the device’s devmgr property sheet that basically dumps its HKLM\System\CCS\Enum registry tree.
“Jamey Kirby” wrote in message news:xxxxx@ntdev…
I thought there was a registry setting that controls whether or not hidden devices are displayed in device manager.
Jamey
----------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for programmers on safari.oreilly.com and it has instructions and 2 screenshots showing the result.
.A familiar navigation pane is displayed on the left that includes a list of System Tools. One of these tools is the Device Manager. Expanding its group allows the display of the list of devices currently installed for the system. To see devices that are not Plug and Play compatible, right-click the Devices group, choose View, and select Show hidden devices. The Minimal driver should appear in the non-WDM drivers of the right pane. See Figure 6.2 for a display showing the DisplayName for the Minimal driver. — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do I tell the system to load the driver if it’s not loaded at boot time?
----------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini [MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
So does Longhorn.
Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com
-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, July 29, 2004 2:44 PM
To: Windows System Software Devs Interest List
Subject: Re: Re:[ntdev] Driver doesn’t show in device manager
Looks like with XP SP2 Device Manager always shows the details.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com mailto:xxxxx
http://www.storagecraft.com http:
----- Original Message -----
From: Jeff mailto:xxxxx Henkels
Newsgroups: ntdev
To: Windows System Software Devs Interest mailto:xxxxx List
Sent: Thursday, July 29, 2004 10:31 PM
Subject: Re:[ntdev] Driver doesn’t show in device manager
There’s the environment string DEVMGR_SHOW_NONPRESENT_DEVICES; set it to 1
to turn it on. There’s also DEVMGR_SHOW_DETAILS, which, when set to 1,
shows an extra tag on the device’s devmgr property sheet that basically
dumps its HKLM\System\CCS\Enum registry tree.
“Jamey Kirby” < xxxxx@storagecraft.com mailto:xxxxx >
wrote in message news:xxxxx@ntdev news:xxxxx …
I thought there was a registry setting that controls whether or not hidden
devices are displayed in device manager.
Jamey
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for
programmers on safari.oreilly.com and it has instructions and 2 screenshots
showing the result.
…A familiar navigation pane is displayed on the left that includes a list
of System Tools. One of these tools is the Device Manager. Expanding its
group allows the display of the list of devices currently installed for the
system. To see devices that are not Plug and Play compatible, right-click
the Devices group, choose View, and select Show hidden devices. The Minimal
driver should appear in the non-WDM drivers of the right pane. See
http:g02#ch06fig02> Figure 6.2 for a display showing the DisplayName for the
Minimal driver… — Windows 2000 Device Driver book: A guide for
programmer
By double-clicking the appropriate DisplayName and then selecting the Driver
tab, the Minimal driver can be started and stopped. See
http:g03#ch06fig03> Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do
I tell the system to load the driver if it’s not loaded at boot time?
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver
had acted like a “bus” driver a la Toaster (see the DDK), one (or more)
devices would show up in Device Manager. But providing a driver will not per
se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” < xxxxx@endforward.com mailto:xxxxx > wrote
in message news:xxxxx@ntdev news:xxxxx …
Greetings
I created a basic driver that does nothing more then load and unload and
printing debug messages. It builds fine and I placed it in system32/drivers
the file is called Driver1.sys. I added the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a
DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type
with value 1. I also added a string DisplayName with value “Driver one”. I
rebooted the system and when I look at devices under computer management I
don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP
professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@ati.com
To unsubscribe send a blank email to xxxxx@lists.osr.com</news:xxxxx></mailto:xxxxx></http:></http:></news:xxxxx></mailto:xxxxx></mailto:xxxxx></mailto:xxxxx></http:></mailto:xxxxx>
I just started my own little legacy (non-PnP) driver. It creates a device object and remains loaded, until I tell it to unload. I tried Device Manager, clicked the option for “show hidden devices.” I do not see my driver anywhere, including under “Non-Plug and Play Drivers.” The system is Win2003 RTM.
Since some drivers are so identified (non-PnP), I must believe there is a way for a driver to get itself into that group, but it’s above and beyond the minimum legacy driver.
By the way, OSR’s DeviceTree will show such a driver.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for programmers on safari.oreilly.com and it has instructions and 2 screenshots showing the result.
.A familiar navigation pane is displayed on the left that includes a list of System Tools. One of these tools is the Device Manager. Expanding its group allows the display of the list of devices currently installed for the system. To see devices that are not Plug and Play compatible, right-click the Devices group, choose View, and select Show hidden devices. The Minimal driver should appear in the non-WDM drivers of the right pane. See Figure 6.2 for a display showing the DisplayName for the Minimal driver. — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do I tell the system to load the driver if it’s not loaded at boot time?
------------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini [MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
1 Like
Have you turned on “Show Hidden Devices” in the Device Manager?
Thomas F. Divine
Microsoft MVP - DDK
http://www.rawether.net
“Calvin Guan” wrote in message news:xxxxx@ntdev…
So does Longhorn.
-
Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com
-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, July 29, 2004 2:44 PM
To: Windows System Software Devs Interest List
Subject: Re: Re:[ntdev] Driver doesn’t show in device manager
Looks like with XP SP2 Device Manager always shows the details.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: Jeff Henkels
Newsgroups: ntdev
To: Windows System Software Devs Interest List
Sent: Thursday, July 29, 2004 10:31 PM
Subject: Re:[ntdev] Driver doesn’t show in device manager
There’s the environment string DEVMGR_SHOW_NONPRESENT_DEVICES; set it to 1 to turn it on. There’s also DEVMGR_SHOW_DETAILS, which, when set to 1, shows an extra tag on the device’s devmgr property sheet that basically dumps its HKLM\System\CCS\Enum registry tree.
“Jamey Kirby” wrote in message news:xxxxx@ntdev…
I thought there was a registry setting that controls whether or not hidden devices are displayed in device manager.
Jamey
------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of O.S. de Zwart
Sent: Wednesday, July 28, 2004 11:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Driver doesn’t show in device manager
At the risk of sounding like a smartass, are you sure?
I am reading the book Windows 2000 Device Driver book: A guide for programmers on safari.oreilly.com and it has instructions and 2 screenshots showing the result.
…A familiar navigation pane is displayed on the left that includes a list of System Tools. One of these tools is the Device Manager. Expanding its group allows the display of the list of devices currently installed for the system. To see devices that are not Plug and Play compatible, right-click the Devices group, choose View, and select Show hidden devices. The Minimal driver should appear in the non-WDM drivers of the right pane. See Figure 6.2 for a display showing the DisplayName for the Minimal driver… — Windows 2000 Device Driver book: A guide for programmer
By double-clicking the appropriate DisplayName and then selecting the Driver tab, the Minimal driver can be started and stopped. See Figure 6.3.
If this is wrong or has changed from Windows 2000 to Windows XP, then how do I tell the system to load the driver if it’s not loaded at boot time?
------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of James Antognini [MSFT]
Sent: Wednesday, July 28, 2004 8:23 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Driver doesn’t show in device manager
You misunderstand what Device Manager shows. If, for example, your driver had acted like a “bus” driver a la Toaster (see the DDK), one (or more) devices would show up in Device Manager. But providing a driver will not per se produce anything displayed by Device Manager.
–
James Antognini
Windows DDK Support
This posting is provided “AS IS” with no warranties, and confers no rights.
“O.S. de Zwart” wrote in message news:xxxxx@ntdev…
Greetings
I created a basic driver that does nothing more then load and unload and printing debug messages. It builds fine and I placed it in system32/drivers the file is called Driver1.sys. I added the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Driver1 and added a DWORD ErrorControl with value 1, a DWORD Start with value 3 and a DWORD Type with value 1. I also added a string DisplayName with value “Driver one”. I rebooted the system and when I look at devices under computer management I don’t see it anywhere in the non plug and play devices list.
Any idea what I need to do to solve this? It’s running on windows XP professional under vmware.
Thanks in advance.
Olle
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@endforward.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@ati.com
To unsubscribe send a blank email to xxxxx@lists.osr.com