// ntddk.h
typedef struct _IO_FOEXT_SHADOW_FILE {
PFILE_OBJECT BackingFileObject;
PVOID BackingFltInstance;
} IO_FOEXT_SHADOW_FILE, *PIO_FOEXT_SHADOW_FILE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the IO_FOEXT_SHADOW_FILE structure.
BackingFileObjectFile object that backs this shadow file.
BackingFltInstanceFilter instance on the target volume of the filter that manages this shadow file.