// ntifs.h
NTSTATUS IoQueryVolumeInformation(
PFILE_OBJECT FileObject,
FS_INFORMATION_CLASS FsInformationClass,
ULONG Length,
PVOID FsInformation,
PULONG ReturnedLength
);
View the official Windows Driver Kit DDI referenceNo description available.
The IoQueryVolumeInformation routine is reserved for system use. See ZwQueryVolumeInformationFile.
FileObjectReserved.
FsInformationClassReserved.
LengthReserved.
FsInformationReserved.
ReturnedLengthReserved.
Reserved.