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 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) |