Re: Driver Name visible in Device Manager!!! with no - - device

Hardware need not be present. You can just write a driver which just
responds to your IOCTL calls but is still a kernel mode one. That will
surely appear in the Device Manager though no h/w is associated it.
I guess the device manager will be displaying all the names under
the SERVICE key of the registry. You can choose to see all the hidden
devices from the Device Mamagement menu options.

cheers
Seshu.


From: Shiva Prasad. T. S.[SMTP:xxxxx@yahoo.com]
Reply To: NT Developers Interest List
Sent: Tuesday, January 08, 2002 10:58 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Driver Name visible in Device Manager!!! with no

  • device

hi sheshagiri,

I would like to know, can a device Manager display a device name
without
an actual hardware being present(though with a conflict symbol when I load

just the driver for the device)Just because it’s name is present in the
registry…If so,wouldn’t it should display all the names under the
SERVICE
KEY in registry in the Device manager too…???

regards,

shiv


You are currently subscribed to ntdev as: xxxxx@bla.satyam.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

hI,

U are absolutely right…

<<“Hardware need not be present. You can just write a driver which just
responds to your IOCTL calls but is still a kernel mode one. That will
surely appear in the Device Manager though no h/w is associated it.”>>

I would like to know how exactly this happens…

without hardware present,how do pnp manager loads such kernel drivers…or
is it loaded by someother system components…

regards,

shiv


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com