struttura FILE_IO_PRIORITY_HINT_INFORMATION (wdm.h)

La struttura FILE_IO_PRIORITY_HINT_INFORMATION viene usata dalle routine ZwQueryInformationFile e ZwSetInformationFile per eseguire query e impostare l'hint di priorità IRP predefinito per le richieste nell'handle di file specificato.

Sintassi

typedef struct _FILE_IO_PRIORITY_HINT_INFORMATION {
  IO_PRIORITY_HINT PriorityHint;
} FILE_IO_PRIORITY_HINT_INFORMATION, *PFILE_IO_PRIORITY_HINT_INFORMATION;

Members

PriorityHint

Specifica il valore IO_PRIORITY_HINT che indica l'hint di priorità per un handle di file.

Commenti

Per altre informazioni sugli hint per la priorità, vedere Uso degli hint per la priorità IRP.

Requisiti

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

Vedi anche

IO_PRIORITY_HINT

ZwQueryInformationFile

ZwSetInformationFile