// wdm.h
NTHALAPI KIRQL KeGetCurrentIrql();
View the official Windows Driver Kit DDI referenceNo description available.
The KeGetCurrentIrql routine returns the current IRQL. For information about IRQLs, see Managing Hardware Priorities.
KeGetCurrentIrql returns the current IRQL.