pub type WINDOWPLACEMENT = tagWINDOWPLACEMENT;Aliased Type§
#[repr(C)]pub struct WINDOWPLACEMENT {
pub length: u32,
pub flags: u32,
pub showCmd: u32,
pub ptMinPosition: tagPOINT,
pub ptMaxPosition: tagPOINT,
pub rcNormalPosition: tagRECT,
}Fields§
§length: u32§flags: u32§showCmd: u32§ptMinPosition: tagPOINT§ptMaxPosition: tagPOINT§rcNormalPosition: tagRECT