Funzione KeLowerIrql (wdm.h)

La routine KeLowerIrql ripristina l'IRQL sul processore corrente sul valore originale. Per informazioni sui runtime di integrazione, vedere Gestione delle priorità hardware.

Sintassi

void KeLowerIrql(
  [in] KIRQL NewIrql
);

Parametri

[in] NewIrql

Specifica l'IRQL restituito da KeRaiseIrql o KeRaiseIrqlToDpcLevel.

Valore restituito

nessuno

Osservazioni

Si tratta di un errore irreversibile per chiamare KeLowerIrql usando un input NewIrql che non è stato restituito dalla chiamata immediatamente precedente a KeRaiseIrql o KeRaiseIrqlToDpcLevel.

Requisiti

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 Hal.lib
DLL NtosKrnl.exe
IRQL Qualsiasi livello
Regole di conformità DDI HwStorPortProhibitedDDIs(storport), IrqlKeRaiseLower(wdm), IrqlKeRaiseLower2(wdm)

Vedi anche

KeGetCurrentIrql

KeRaiseIrql

KeRaiseIrqlToDpcLevel