Union windows_sys::Win32::System::Ioctl::QUERY_FILE_LAYOUT_INPUT_1
#[repr(C)]
pub union QUERY_FILE_LAYOUT_INPUT_1 {
pub ClusterRanges: [CLUSTER_RANGE; 1],
pub FileReferenceRanges: [FILE_REFERENCE_RANGE; 1],
pub StorageReserveIds: [STORAGE_RESERVE_ID; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ClusterRanges: [CLUSTER_RANGE; 1]
§FileReferenceRanges: [FILE_REFERENCE_RANGE; 1]
§StorageReserveIds: [STORAGE_RESERVE_ID; 1]