WINDOWPOS

Type Alias WINDOWPOS 

Source
pub type WINDOWPOS = tagWINDOWPOS;

Aliased Type§

#[repr(C)]
pub struct WINDOWPOS { pub hwnd: *mut HWND__, pub hwndInsertAfter: *mut HWND__, pub x: i32, pub y: i32, pub cx: i32, pub cy: i32, pub flags: u32, }

Fields§

§hwnd: *mut HWND__§hwndInsertAfter: *mut HWND__§x: i32§y: i32§cx: i32§cy: i32§flags: u32