Funzione IoGetIoPriorityHint (wdm.h)
La routine IoGetIoPriorityHint ottiene il valore dell'hint di priorità da un IRP.
Sintassi
IO_PRIORITY_HINT IoGetIoPriorityHint(
[in] PIRP Irp
);
Parametri
[in] Irp
Specifica l'IRP da cui ottenere l'hint di priorità.
Valore restituito
IoGetIoPriorityHint restituisce il valore IO_PRIORITY_HINT che indica l'hint di priorità corrente.
Osservazioni
Per altre informazioni sugli hint per la priorità, vedere Using IRP Priority Hints.For more information about priority hints, see Using IRP Priority Hints.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Disponibile in Windows Vista e versioni successive di Windows. |
piattaforma di destinazione | Universale |
intestazione | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
libreria | NtosKrnl.lib |
dll | NtosKrnl.exe |
IRQL | Qualsiasi livello |