"Harald" <> wrote in message
news:833AEA72-9732-454D-AD67-...
> Thanks for the answer! Another Question about these function. In the
> documentation is written that the function works at dispatchlevel. Now i
> have
> to read and write variables fom nonpagedpool but i alwas get an BLuescreen
> with Irqlevel_not_less_or_equal! Is there an possibility to use this
> function
> in the passive level?
The fact that this function is mentioned to be executed at dispatch level
means that you have to operate with non paged data and with functions which
are capable to work at dispatch level. Period. If you got any problems with
that - check your code in order to fullfill these requirements.
No, you can't get it to work at passive level, because system invokes your
callback on it's own, you can't force OS to change her mind, do you?
--
Volodymyr M. Shcherbyna, blog:
http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)