IO_FOEXT_SHADOW_FILE structure (ntddk.h)
This topic describes the IO_FOEXT_SHADOW_FILE structure.
Syntax
typedef struct _IO_FOEXT_SHADOW_FILE {
PFILE_OBJECT BackingFileObject;
PVOID BackingFltInstance;
} IO_FOEXT_SHADOW_FILE, *PIO_FOEXT_SHADOW_FILE;
Members
BackingFileObject
File object that backs this shadow file.
BackingFltInstance
Filter instance on the target volume of the filter that manages this shadow file.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |