Function gdi32::CreateDIBSection
[−]
[src]
pub unsafe extern "system" fn CreateDIBSection(
hdc: HDC,
lpbmi: *const BITMAPINFO,
usage: UINT,
ppvBits: *mut *mut c_void,
hSection: HANDLE,
offset: DWORD
) -> HBITMAP