// ntifs.h
NTSTATUS IoSetInformation(
PFILE_OBJECT FileObject,
FILE_INFORMATION_CLASS FileInformationClass,
ULONG Length,
PVOID FileInformation
);
View the official Windows Driver Kit DDI referenceNo description available.
The IoSetInformation routine is reserved for system use. See ZwSetInformationFile.
FileObjectReserved.
FileInformationClassReserved.
LengthReserved.
FileInformationReserved.
Reserved.