Unload a driver

Hi,
How will i find the drivers loaded and how can i force the unloading of any one of them…
Thanks a lots
Hariharan Jayaraman


Get a bigger mailbox – choose a size that fits your needs.

EnumServicesStatus to enumerate services based on type and status, and
ControlService with SERVICE_CONTROL_STOP to stop it. Note that if the
driver doesn’t want to stop (i.e. has no DriverUnload function) you
can’t force it to stop, period. Even if you could (perhaps by hacking
the target driver’s DriverUnload field in the driver object) using your
own driver, it wouldn’t clean up after itself, and would probably bring
down the system shortly afterward.

  • Nicholas Ryan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Hariharan
jayaraman
Sent: Tuesday, November 19, 2002 9:23 PM
To: File Systems Developers
Subject: [ntfsd] Unload a driver

Hi,

How will i find the drivers loaded and how can i force the unloading
of any one of them…

Thanks a lots

Hariharan Jayaraman


http:orage.html> Get a bigger mailbox – choose a size that fits your needs.
— You are currently subscribed to ntfsd as: xxxxx@nryan.com To
unsubscribe send a blank email to %%email.unsub%%</http:>