struttura QUERY_ON_CREATE_USN_INFORMATION (ntifs.h)

La struttura QUERY_ON_CREATE_USN_INFORMATION viene usata per scrivere informazioni sui file quando FltRequestFileInfoOnCreateCompletion viene chiamato con il flag QoCFileUsnInformation impostato nel parametro InfoClassFlags .

Sintassi

typedef struct _QUERY_ON_CREATE_USN_INFORMATION {
  USN         Usn;
  FILE_ID_128 FileReferenceNumber;
} QUERY_ON_CREATE_USN_INFORMATION, *PQUERY_ON_CREATE_USN_INFORMATION;

Members

Usn

USN (numero di sequenza di aggiornamento) per questo file o directory.

FileReferenceNumber

ID file a 128 bit (ovvero numero ordinale) del file o della directory.

Commenti

Il sistema alloca questa struttura e il file system inserisce le informazioni richieste, se supportate, mentre elabora una creazione di file. Gestione filtri libererà infine la struttura allocata.

Requisiti

Requisito Valore
Client minimo supportato Windows 11 versione 24H2
Intestazione ntifs.h

Vedi anche

FltRequestFileInfoOnCreateCompletion

FltRetrieveFileInfoOnCreateCompletionEx