Type Alias NONCLIENTMETRICS
Source pub type NONCLIENTMETRICS = NONCLIENTMETRICSA;
struct NONCLIENTMETRICS {Show 16 fields
pub cbSize: u32,
pub iBorderWidth: i32,
pub iScrollWidth: i32,
pub iScrollHeight: i32,
pub iCaptionWidth: i32,
pub iCaptionHeight: i32,
pub lfCaptionFont: tagLOGFONTA,
pub iSmCaptionWidth: i32,
pub iSmCaptionHeight: i32,
pub lfSmCaptionFont: tagLOGFONTA,
pub iMenuWidth: i32,
pub iMenuHeight: i32,
pub lfMenuFont: tagLOGFONTA,
pub lfStatusFont: tagLOGFONTA,
pub lfMessageFont: tagLOGFONTA,
pub iPaddedBorderWidth: i32,
}