struttura IO_FOEXT_SHADOW_FILE (ntddk.h)
In questo argomento viene descritta la struttura IO_FOEXT_SHADOW_FILE .
Sintassi
typedef struct _IO_FOEXT_SHADOW_FILE {
PFILE_OBJECT BackingFileObject;
PVOID BackingFltInstance;
} IO_FOEXT_SHADOW_FILE, *PIO_FOEXT_SHADOW_FILE;
Members
BackingFileObject
Oggetto File che esegue il backup di questo file shadow.
BackingFltInstance
Filtrare l'istanza nel volume di destinazione del filtro che gestisce questo file shadow.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 versione 22H2 |
Intestazione | ntddk.h (include Ntddk.h) |