KzRaiseIrql function (wdm.h)
Raises the hardware priority to the specified IRQL value, thereby masking off interrupts of equivalent or lower IRQL on the current processor. For information about IRQLs, see Managing Hardware Priorities.
C++
KIRQL KzRaiseIrql(
[in] KIRQL NewIrql
);
[in] NewIrql
Specifies the new IRQL to which the hardware priority is to be raised.
The original (unraised) IRQL value to be used in a subsequent call to KzLowerIrql.
This function is same as the KeRaiseIrql function.
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809. |
Header | wdm.h |
Library | NtosKrnl.lib |
IRQL | HIGH_LEVEL |