Function gdi32::SetDIBitsToDevice [] [src]

pub unsafe extern "system" fn SetDIBitsToDevice(
    hdc: HDC,
    xDest: c_int,
    yDest: c_int,
    w: DWORD,
    h: DWORD,
    xSrc: c_int,
    ySrc: c_int,
    StartScan: UINT,
    cLines: UINT,
    lpvBits: *const VOID,
    lpbmi: *const BITMAPINFO,
    ColorUse: UINT
) -> c_int