Struct windows_sys::Win32::System::Ioctl::SCM_REGIONS
#[repr(C)]pub struct SCM_REGIONS {
pub Version: u32,
pub Size: u32,
pub RegionCount: u32,
pub Regions: [SCM_REGION; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32§Size: u32§RegionCount: u32§Regions: [SCM_REGION; 1]