Function gdi32::SetWindowOrgEx [] [src]

pub unsafe extern "system" fn SetWindowOrgEx(
    hdc: HDC,
    x: c_int,
    y: c_int,
    lppt: LPPOINT
) -> BOOL