NtQueryVolumeInformationFile (NTDLL.@)
NTSTATUS NtQueryVolumeInformationFile ( HANDLE handle, PIO_STATUS_BLOCK io, PVOID buffer, ULONG length, FS_INFORMATION_CLASS info_class )
Get volume information for an open file handle.
handle | [In] | Handle returned from ZwOpenFile or ZwCreateFile. |
io | [Out] | Receives information about the operation on return. |
buffer | [Out] | Destination for volume information. |
length | [In] | Size of FsInformation. |
info_class | [In] | Type of volume information to set. |
Success: 0. io and buffer are updated.
Failure: An NTSTATUS error code describing the error.
Defined in "winioctl.h".
Implemented in "dlls/ntdll/file.c". source.winehq.org/source/dlls/ntdll/file.c
Debug channel "ntdll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.