struttura FILE_IO_PRIORITY_HINT_INFO (winbase.h)

Specifica l'hint di priorità per un'operazione di I/O del file.

Sintassi

typedef struct _FILE_IO_PRIORITY_HINT_INFO {
  PRIORITY_HINT PriorityHint;
} FILE_IO_PRIORITY_HINT_INFO, *PFILE_IO_PRIORITY_HINT_INFO;

Members

PriorityHint

Suggerimento per la priorità. Questo membro è un valore dell'enumerazione PRIORITY_HINT .

Commenti

La funzione SetFileInformationByHandle può essere usata con questa struttura per associare un hint di priorità alle operazioni di I/O in base a un handle di file. Oltre alla priorità inattiva (molto bassa), questa funzione consente la priorità normale e la priorità bassa. Se queste priorità sono supportate e rispettate dai driver sottostanti dipendono dall'implementazione (motivo per cui vengono chiamati hint). Per altre informazioni, vedere il white paper Definizione delle priorità di I/O in Windows Vista nel sito Web di Windows Hardware Developer Central (WHDC).

Questa struttura deve essere allineata su un limite di LONGLONG (8 byte).

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione winbase.h (include Windows.h)

Vedi anche

PRIORITY_HINT

SetFileInformationByHandle