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