Struct windows_sys::Win32::Devices::Display::DEVINFO
#[repr(C)]pub struct DEVINFO {
pub flGraphicsCaps: u32,
pub lfDefaultFont: LOGFONTW,
pub lfAnsiVarFont: LOGFONTW,
pub lfAnsiFixFont: LOGFONTW,
pub cFonts: u32,
pub iDitherFormat: u32,
pub cxDither: u16,
pub cyDither: u16,
pub hpalDefault: HPALETTE,
pub flGraphicsCaps2: u32,
}Expand description
Required features: "Win32_Devices_Display", "Win32_Graphics_Gdi"
Fields§
§flGraphicsCaps: u32§lfDefaultFont: LOGFONTW§lfAnsiVarFont: LOGFONTW§lfAnsiFixFont: LOGFONTW§cFonts: u32§iDitherFormat: u32§cxDither: u16§cyDither: u16§hpalDefault: HPALETTE§flGraphicsCaps2: u32