webview2_com_sys::Windows::Win32::Graphics::Gdi

Function CombineRgn

Source
pub unsafe fn CombineRgn<'a>(
    hrgndst: impl IntoParam<'a, HRGN>,
    hrgnsrc1: impl IntoParam<'a, HRGN>,
    hrgnsrc2: impl IntoParam<'a, HRGN>,
    imode: RGN_COMBINE_MODE,
) -> i32