Function gdi32::CreateRoundRectRgn [] [src]

pub unsafe extern "system" fn CreateRoundRectRgn(
    x1: c_int,
    y1: c_int,
    x2: c_int,
    y2: c_int,
    w: c_int,
    h: c_int
) -> HRGN