Re: IRQL of HwStorAdapterControl by muriwai
muriwai
Mon May 05 15:02:06 CDT 2008
Thank you for your reply, however, I'd like to hear from Microsoft.
Obviously they forgot to document it. They can answer with something similar
to your reply, but I hope it will be PASSIVE_LEVEL instead. There's not much
I can do to handle ScsiStopAdapter at DIRQL.
Cheers
<sven.kreamer@gmail.com> wrote in message
news:4f1afafa-4a51-4ca3-8fcc-8d1442d9dd84@b5g2000pri.googlegroups.com...
>> What is the IRQL HwStorAdapterControl is called at?
>
> It is not defined. This means it could be called at any IRQL and could
> depend on the context and Windows version. And whatever you notice it
> to be could change in the next round of Windows updates or by
> verifier. Some of these functions do define the IRQL, but not this one
> so you cannot make any assumption.