Struct windows_sys::Win32::System::Ioctl::STORAGE_ZONE_GROUP
#[repr(C)]pub struct STORAGE_ZONE_GROUP {
pub ZoneCount: u32,
pub ZoneType: STORAGE_ZONE_TYPES,
pub ZoneSize: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ZoneCount: u32
§ZoneType: STORAGE_ZONE_TYPES
§ZoneSize: u64