Function windows_sys::Wdk::Storage::FileSystem::IoQueryVolumeInformation
pub unsafe extern "system" fn IoQueryVolumeInformation(
fileobject: *const FILE_OBJECT,
fsinformationclass: FS_INFORMATION_CLASS,
length: u32,
fsinformation: *mut c_void,
returnedlength: *mut u32
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"