Funzione KeGetCurrentIrql (wdm.h)
La routine KeGetCurrentIrql restituisce l'IRQL corrente. Per informazioni sui runtime di integrazione, vedere Gestione delle priorità hardware.
Sintassi
NTHALAPI KIRQL KeGetCurrentIrql();
Valore restituito
KeGetCurrentIrql restituisce l'IRQL corrente.
Fabbisogno
Requisito |
Valore |
client minimo supportato |
Disponibile a partire da Windows 2000. |
piattaforma di destinazione |
Universale |
intestazione |
wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
libreria |
NtosKrnl.lib |
dll |
NtosKrnl.exe |
IRQL |
Qualsiasi livello |
regole di conformità DDI |
HwStorPortProhibitedDDIs(storport) |
Vedere anche
KeAcquireSpinLockAtDpcLevel
KeLowerIrql
KeRaiseIrql
Gestione delle priorità hardware