IRQL例句
2024年07月09日 23:53:13
In this example, we're raising
IRQL to DISPATCHand saving the current level in oldirql.
在這個例子中, 我們把
IRQL提高到DISPATCH_LEVEL并且 把當前的級別存儲在舊
irql中.
The other
IRQL levels have meanings that sometimes depend on the parti - cular CPU architecture.
其他的
IRQL等級意味著:有時候依賴于專門的CPU體系結(jié)構(gòu).
After raising the
IRQL, you should eventually restore it to the original value.
提高
IRQL之后, 你最終應該把它存儲成最初的值.