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: u32Size: u32RegionCount: u32Regions: [SCM_REGION; 1]