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.
The IoQueryFileInformation routine is reserved for system use. See ZwQueryInformationFile.
Syntax
NTSTATUS IoQueryFileInformation(
PFILE_OBJECT FileObject,
FILE_INFORMATION_CLASS FileInformationClass,
ULONG Length,
PVOID FileInformation,
PULONG ReturnedLength
);
Parameters
FileObject
Reserved.
FileInformationClass
Reserved.
Length
Reserved.
FileInformation
Reserved.
ReturnedLength
Reserved.
Return value
Reserved.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | ntifs.h (include Ntifs.h) |