Function gdi32::GetDIBits
[−]
[src]
pub unsafe extern "system" fn GetDIBits(
hdc: HDC,
hbm: HBITMAP,
start: UINT,
cLines: UINT,
lpvBits: LPVOID,
lpbmi: LPBITMAPINFO,
usage: UINT
) -> c_int