pub type MDICREATESTRUCT = MDICREATESTRUCTA;
Aliased Type§
struct MDICREATESTRUCT {
pub szClass: *const i8,
pub szTitle: *const i8,
pub hOwner: *mut c_void,
pub x: i32,
pub y: i32,
pub cx: i32,
pub cy: i32,
pub style: u32,
pub lParam: i64,
}
Fields§
§szClass: *const i8
§szTitle: *const i8
§hOwner: *mut c_void
§x: i32
§y: i32
§cx: i32
§cy: i32
§style: u32
§lParam: i64