Struct windows_sys::Win32::System::Ioctl::DEVICE_DSM_REPORT_ZONES_DATA
#[repr(C)]pub struct DEVICE_DSM_REPORT_ZONES_DATA {
pub Size: u32,
pub ZoneCount: u32,
pub Attributes: STORAGE_ZONES_ATTRIBUTES,
pub Reserved0: u32,
pub ZoneDescriptors: [STORAGE_ZONE_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields§
§Size: u32
§ZoneCount: u32
§Attributes: STORAGE_ZONES_ATTRIBUTES
§Reserved0: u32
§ZoneDescriptors: [STORAGE_ZONE_DESCRIPTOR; 1]