CreateWindowExA

Function CreateWindowExA 

Source
pub unsafe fn CreateWindowExA<'a>(
    dwexstyle: WINDOW_EX_STYLE,
    lpclassname: impl IntoParam<'a, PSTR>,
    lpwindowname: impl IntoParam<'a, PSTR>,
    dwstyle: WINDOW_STYLE,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    hwndparent: impl IntoParam<'a, HWND>,
    hmenu: impl IntoParam<'a, HMENU>,
    hinstance: impl IntoParam<'a, HINSTANCE>,
    lpparam: *mut c_void,
) -> HWND