IoQueryVolumeInformation function (ntifs.h)
The IoQueryVolumeInformation routine is reserved for system use. See ZwQueryVolumeInformationFile.
Syntax
NTSTATUS IoQueryVolumeInformation(
PFILE_OBJECT FileObject,
FS_INFORMATION_CLASS FsInformationClass,
ULONG Length,
PVOID FsInformation,
PULONG ReturnedLength
);
Parameters
FileObject
Reserved.
FsInformationClass
Reserved.
Length
Reserved.
FsInformation
Reserved.
ReturnedLength
Reserved.
Return value
Reserved.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | ntifs.h (include Ntifs.h) |