[][src]Function CCODE::CreateBitmap

pub unsafe extern "C" fn CreateBitmap(
    nWidth: c_int,
    nHeight: c_int,
    nPlanes: UINT,
    nBitCount: UINT,
    lpBits: *const c_void
) -> HBITMAP