IRQL例句

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之后, 你最终应该把它存储成最初的值.