How to guanrantee a system thread to run at passive level?

I have created a system thread to dedicatedly do some passive level work. But system thread can also run at dispatch level, so how can I guanrantee it to run at passive level? Thanks.

It runs at passive level unless you explicitly do something to raise it to
dispatch level.

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@hotmail.com
Sent: Monday, August 14, 2006 10:19 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] How to guanrantee a system thread to run at
passive level?

I have created a system thread to dedicatedly do some passive
level work. But system thread can also run at dispatch level,
so how can I guanrantee it to run at passive level? Thanks.


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online
at http://www.osronline.com/page.cfm?name=ListServer

Ex/IoQueueWorkItem callbacks always run on PASSIVE, unless you will raise
to DISPATCH yourself.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Tuesday, August 15, 2006 6:18 AM
Subject: [ntdev] How to guanrantee a system thread to run at passive level?

> I have created a system thread to dedicatedly do some passive level work. But
system thread can also run at dispatch level, so how can I guanrantee it to run
at passive level? Thanks.
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer