pub unsafe extern "system" fn CombineRgn(
    hrgndst: HRGN,
    hrgnsrc1: HRGN,
    hrgnsrc2: HRGN,
    imode: RGN_COMBINE_MODE
) -> i32
Expand description

Required features: "Win32_Graphics_Gdi"