pub unsafe extern "system" fn CreateMDIWindowW(
    lpclassname: PCWSTR,
    lpwindowname: PCWSTR,
    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"