webview2_com_sys::Windows::Win32::Graphics::Gdi

Function SetDIBits

Source
pub unsafe fn SetDIBits<'a>(
    hdc: impl IntoParam<'a, HDC>,
    hbm: impl IntoParam<'a, HBITMAP>,
    start: u32,
    clines: u32,
    lpbits: *const c_void,
    lpbmi: *const BITMAPINFO,
    coloruse: DIB_USAGE,
) -> i32