Struct windows_sys::Win32::UI::WindowsAndMessaging::NONCLIENTMETRICSW
#[repr(C)]pub struct NONCLIENTMETRICSW {Show 16 fields
pub cbSize: u32,
pub iBorderWidth: i32,
pub iScrollWidth: i32,
pub iScrollHeight: i32,
pub iCaptionWidth: i32,
pub iCaptionHeight: i32,
pub lfCaptionFont: LOGFONTW,
pub iSmCaptionWidth: i32,
pub iSmCaptionHeight: i32,
pub lfSmCaptionFont: LOGFONTW,
pub iMenuWidth: i32,
pub iMenuHeight: i32,
pub lfMenuFont: LOGFONTW,
pub lfStatusFont: LOGFONTW,
pub lfMessageFont: LOGFONTW,
pub iPaddedBorderWidth: i32,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi"
Fields§
§cbSize: u32§iBorderWidth: i32§iScrollWidth: i32§iScrollHeight: i32§iCaptionWidth: i32§iCaptionHeight: i32§lfCaptionFont: LOGFONTW§iSmCaptionWidth: i32§iSmCaptionHeight: i32§lfSmCaptionFont: LOGFONTW§iMenuWidth: i32§iMenuHeight: i32§lfMenuFont: LOGFONTW§lfStatusFont: LOGFONTW§lfMessageFont: LOGFONTW§iPaddedBorderWidth: i32