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体系结构.
After raising the
IRQL, you should eventually restore it to the original value.
提高
IRQL之后, 你最终应该把它存储成最初的值.