IO_FOEXT_SHADOW_FILE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-io_foext_shadow_file)

Description

This topic describes the IO_FOEXT_SHADOW_FILE structure.

Members

BackingFileObject

File object that backs this shadow file.

BackingFltInstance

Filter instance on the target volume of the filter that manages this shadow file.

Remarks

See also