Recovering from errors in DriverEntry

Hi,
I’ve got a filter driver to ftdisk. there are
certain cases where my driver will have to fail. for
example, due to lack of certain entries in the
registry.

In such cases, is it possible to have the driver
unload cleanly and have system boot without the
filters?

So far if I return an error from DriverEntry, the
system will refuse to boot.

Rajeev


Everything you always wanted to know about cars and bikes,now
at: http://in.autos.yahoo.com/cricket/tracker.html

return STATUS_SUCCESS from your add-device routine without attaching
your device object to the stack (or even creating one).

-p

-----Original Message-----
From: Rajeev Rao [mailto:xxxxx@yahoo.co.in]
Sent: Monday, May 13, 2002 10:16 PM
To: NT Developers Interest List
Subject: [ntdev] Recovering from errors in DriverEntry

Hi,
I’ve got a filter driver to ftdisk. there are
certain cases where my driver will have to fail. for
example, due to lack of certain entries in the
registry.

In such cases, is it possible to have the driver
unload cleanly and have system boot without the
filters?

So far if I return an error from DriverEntry, the
system will refuse to boot.

Rajeev


Everything you always wanted to know about cars and bikes,now
at: http://in.autos.yahoo.com/cricket/tracker.html


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%