Function webview2_com::Windows::Win32::UI::WindowsAndMessaging::SetWindowPos [−][src]
pub unsafe fn SetWindowPos<'a>(
hwnd: impl IntoParam<'a, HWND>,
hwndinsertafter: impl IntoParam<'a, HWND>,
x: i32,
y: i32,
cx: i32,
cy: i32,
uflags: SET_WINDOW_POS_FLAGS
) -> BOOL