Don
Thu Feb 01 10:04:58 CST 2007
If by user mode driver you mean UMDF, no you will not see any exceptions.
The client application can exit or fail, and you will get requests to
cancel I/O and cleanup/close (assuming you have registered callbacks for
these).
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply
"zxli" <imzxli@hotmail.com> wrote in message
news:%23K%23pKohRHHA.4632@TK2MSFTNGP04.phx.gbl...
> Hello,
>
> I write a user mode USB driver which serves overlapped ReadFile requests
> from the client application. There will be exceptions in the driver when
> the client application crashes(or is closed by the Task Manager). Is
> there any special requirment for the user mode driver to handle this
> situation?
>
> BTW, I'm a newbie to the driver development. I'm using Vista and WDK.
>
> Thanks!
> zxli