Function get_window_extents

Source
pub unsafe extern "C" fn get_window_extents(
    WindowHandle: Hlong,
    Row: *mut Hlong,
    Column: *mut Hlong,
    Width: *mut Hlong,
    Height: *mut Hlong,
) -> Herror