Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the IoSetShadowFileInformation function.
Syntax
NTSTATUS IoSetShadowFileInformation(
[in] PFILE_OBJECT FileObject,
[in] PFILE_OBJECT BackingFileObject,
[in] PVOID BackingFltInstance
);
Parameters
[in] FileObject
Defines the PFILE_OBJECT parameter FileObject.
[in] BackingFileObject
Defines the PFILE_OBJECT parameter BackingFileObject.
[in] BackingFltInstance
Defines the PVOID parameter BackingFltInstance.
Return value
NTSTATUS
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |