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: HANDLEIoStatusBlock: *IO_STATUS_BLOCKFsInformation: *anyopaqueLength: ULONGFsInformationClass: 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