Condividi tramite


enumerazione IO_PAGING_PRIORITY (wdm.h)

L'enumerazione IO_PAGING_PRIORITY descrive il valore di priorità per un paging I/O IRP.

Sintassi

typedef enum _IO_PAGING_PRIORITY {
  IoPagingPriorityInvalid,
  IoPagingPriorityNormal,
  IoPagingPriorityHigh,
  IoPagingPriorityReserved1,
  IoPagingPriorityReserved2
} IO_PAGING_PRIORITY;

Costanti

 
IoPagingPriorityInvalid
L'IRP non è un paging I/O IRP.
IoPagingPriorityNormal
L'IRP associato ha un livello di priorità normale per il paging di I/O.
IoPagingPriorityHigh
L'IRP associato ha un livello elevato di priorità per il paging di I/O.
IoPagingPriorityReserved1
Riservato per l'utilizzo nel sistema.
IoPagingPriorityReserved2
Riservato per l'utilizzo nel sistema.

Commenti

La routine IoGetPagingIoPriority restituisce un valore IO_PAGING_PRIORITY per indicare il valore di priorità di un I/O IRP di paging.

Requisiti

Requisito Valore
Intestazione wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Vedi anche

IoGetPagingIoPriority