Function webview2_com::Windows::Win32::UI::WindowsAndMessaging::CreateMDIWindowW [−][src]
pub unsafe fn CreateMDIWindowW<'a>(
lpclassname: impl IntoParam<'a, PWSTR>,
lpwindowname: impl IntoParam<'a, PWSTR>,
dwstyle: WINDOW_STYLE,
x: i32,
y: i32,
nwidth: i32,
nheight: i32,
hwndparent: impl IntoParam<'a, HWND>,
hinstance: impl IntoParam<'a, HINSTANCE>,
lparam: impl IntoParam<'a, LPARAM>
) -> HWND