Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.54 KB

nf-wdm-kzraiseirql.md

File metadata and controls

62 lines (50 loc) · 1.54 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NF:wdm.KzRaiseIrql
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.
kernel
09/30/2018
KzRaiseIrql function
KzRaiseIrql, KeRaiseIrql
wdm.h
Windows 10, version 1809.
NtosKrnl.lib
HIGH_LEVEL
Windows
RS5
KzRaiseIrql
wdm/KzRaiseIrql
apiref
DllExport
NtosKrnl.exe
KzRaiseIrql

KzRaiseIrql function

-description

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.

-parameters

-param NewIrql [in]

Specifies the new IRQL to which the hardware priority is to be raised.

-returns

The original (unraised) IRQL value to be used in a subsequent call to KzLowerIrql.

-remarks

This function is same as the KeRaiseIrql function.

-see-also