IRQL
基本解释
- n.中斷請求級
英汉例句
- You can lower the IRQL in steps if you want to.
如果你想的話,你可以降低步驟中的IRQL。 - Thread priority is a very different concept from IRQL.
線程優先級是一個與IRQL非常不同的概唸。 - Allocations from the PagedPool must occur at an IRQL less than DISPATCH_LEVEL.
從頁池的分配必須發生在比DISPATCH_LEVEL小的IRQL上。 - After raising the IRQL, you should eventually restore it to the original value.
提高IRQL之後,你最終應該把它存儲成最初的值。 - Allocations from the NonPagedPool must occur at an IRQL less than or equal to DISPATCH_LEVEL.
從非頁池的分配必須發生在一個小於或等於DISPATCH_LEVEL上的IRQL。