CreateBitmapIndirect (GDI32.@)
HBITMAP CreateBitmapIndirect ( const BITMAP* bmp )
Creates a bitmap with the specified info.
bmp | [In] | Pointer to the bitmap information describing the bitmap. |
Success: Handle to bitmap
Failure: NULL. Use GetLastError to determine the cause.
If a width or height of 0 are given, a 1x1 monochrome bitmap is returned.
Defined in "wingdi.h".
Implemented in "dlls/gdi/bitmap.c". source.winehq.org/source/dlls/gdi/bitmap.c
Debug channel "bitmap".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.