// wdm.h
VOID KzLowerIrql(
[in] KIRQL NewIrql
);
View the official Windows Driver Kit DDI referenceNo description available.
Restores the IRQL on the current processor to its original value. For information about IRQLs, see Managing Hardware Priorities.
NewIrql [in]Specifies the IRQL that was returned from KeRaiseIrql or KeRaiseIrqlToDpcLevel.
This function is same as the KeLowerIrql function.