Struct windows_sys::Win32::System::Ioctl::VOLUME_DISK_EXTENTS
#[repr(C)]pub struct VOLUME_DISK_EXTENTS {
pub NumberOfDiskExtents: u32,
pub Extents: [DISK_EXTENT; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§NumberOfDiskExtents: u32
§Extents: [DISK_EXTENT; 1]