Type Alias NONCLIENTMETRICSW
Source pub type NONCLIENTMETRICSW = tagNONCLIENTMETRICSW;
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: tagLOGFONTW,
pub iSmCaptionWidth: i32,
pub iSmCaptionHeight: i32,
pub lfSmCaptionFont: tagLOGFONTW,
pub iMenuWidth: i32,
pub iMenuHeight: i32,
pub lfMenuFont: tagLOGFONTW,
pub lfStatusFont: tagLOGFONTW,
pub lfMessageFont: tagLOGFONTW,
pub iPaddedBorderWidth: i32,
}