Function gdi32::CreateBitmap
[−]
[src]
pub unsafe extern "system" fn CreateBitmap(
nWidth: c_int,
nHeight: c_int,
nPlanes: UINT,
nBitCount: UINT,
lpBits: *const c_void
) -> HBITMAP