Type Alias CREATESTRUCT

Source
pub type CREATESTRUCT = CREATESTRUCTA;

Aliased Type§

struct CREATESTRUCT {
    pub lpCreateParams: *mut c_void,
    pub hInstance: *mut HINSTANCE__,
    pub hMenu: *mut HMENU__,
    pub hwndParent: *mut HWND__,
    pub cy: i32,
    pub cx: i32,
    pub y: i32,
    pub x: i32,
    pub style: i32,
    pub lpszName: *const i8,
    pub lpszClass: *const i8,
    pub dwExStyle: u32,
}

Fields§

§lpCreateParams: *mut c_void§hInstance: *mut HINSTANCE__§hMenu: *mut HMENU__§hwndParent: *mut HWND__§cy: i32§cx: i32§y: i32§x: i32§style: i32§lpszName: *const i8§lpszClass: *const i8§dwExStyle: u32