Struct windows_sys::Win32::Devices::Display::PERBANDINFO
#[repr(C)]pub struct PERBANDINFO {
pub bRepeatThisBand: BOOL,
pub szlBand: SIZE,
pub ulHorzRes: u32,
pub ulVertRes: u32,
}Expand description
Required features: "Win32_Devices_Display", "Win32_Foundation"
Fields§
§bRepeatThisBand: BOOL§szlBand: SIZE§ulHorzRes: u32§ulVertRes: u32