NtQueryVolumeInformationFile
Function parameters
Parameters
- IoStatusBlock:*IO_STATUS_BLOCK
- FsInformation:*anyopaque
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
pub extern "ntdll" fn NtQueryVolumeInformationFile(
FileHandle: HANDLE,
IoStatusBlock: *IO_STATUS_BLOCK,
FsInformation: *anyopaque,
Length: ULONG,
FsInformationClass: FS_INFORMATION_CLASS,
) callconv(.winapi) NTSTATUS