pub unsafe extern "system" fn CreateMDIWindowA(
    lpclassname: PCSTR,
    lpwindowname: PCSTR,
    dwstyle: WINDOW_STYLE,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    hwndparent: HWND,
    hinstance: HINSTANCE,
    lparam: LPARAM
) -> HWND
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’