Function NtQueryVolumeInformationFile [src]
Prototype
pub extern "ntdll" fn NtQueryVolumeInformationFile( FileHandle: HANDLE, IoStatusBlock: *IO_STATUS_BLOCK, FsInformation: *anyopaque, Length: ULONG, FsInformationClass: FS_INFORMATION_CLASS, ) callconv(.winapi) NTSTATUS
Parameters
FileHandle: HANDLE
IoStatusBlock: *IO_STATUS_BLOCK
FsInformation: *anyopaque
Length: ULONG
FsInformationClass: FS_INFORMATION_CLASS
Source
pub extern "ntdll" fn NtQueryVolumeInformationFile(
FileHandle: HANDLE,
IoStatusBlock: *IO_STATUS_BLOCK,
FsInformation: *anyopaque,
Length: ULONG,
FsInformationClass: FS_INFORMATION_CLASS,
) callconv(.winapi) NTSTATUS