CreateBitmapIndirect(3w)
NAME
CreateBitmapIndirect (GDI32.@)
SYNOPSIS
HBITMAP CreateBitmapIndirect
(
const BITMAP* bmp
)
DESCRIPTION
Creates a bitmap with the specified info.
PARAMS
bmp [In] Pointer to the bitmap information describing the bitmap.
RETURNS
Success: Handle to bitmap
Failure: NULL. Use GetLastError(3w) to determine the cause.
NOTES
If a width or height of 0 are given, a 1x1 monochrome bitmap is
returned.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/bitmap.c".
- Debug channel "bitmap".