Function windows_sys::Win32::UI::WindowsAndMessaging::CreateMDIWindowA
[−]pub unsafe extern "system" fn CreateMDIWindowA(
lpclassname: PSTR,
lpwindowname: PSTR,
dwstyle: WINDOW_STYLE,
x: i32,
y: i32,
nwidth: i32,
nheight: i32,
hwndparent: HWND,
hinstance: HINSTANCE,
lparam: LPARAM
) -> HWNDExpand description
Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’
