IoGetShadowFileInformation - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

PIO_FOEXT_SHADOW_FILE IoGetShadowFileInformation(
  [in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-iogetshadowfileinformation)

Description

This topic describes the IoGetShadowFileInformation function.

Parameters

FileObject [in]

Defines the PFILE_OBJECT parameter FileObject.

Return value

Returns a pointer to a IO_FOEXT_SHADOW_FILE structure.

Remarks

See also