Function gdi32::CreateRectRgn [] [src]

pub unsafe extern "system" fn CreateRectRgn(
    nLeftRect: c_int,
    nTopRect: c_int,
    nRightRect: c_int,
    nBottomRect: c_int
) -> HRGN