CreateBitmap (GDI32.@)
HBITMAP CreateBitmap ( INT width, INT height, UINT planes, UINT bpp, LPCVOID bits )
Creates a bitmap with the specified info.
width | [In] | bitmap width. |
height | [In] | bitmap height. |
planes | [In] | Number of color planes. |
bpp | [In] | Number of bits to identify a color. |
bits | [In] | Pointer to array containing color data. |
Success: Handle to bitmap
Failure: 0
Defined in "wingdi.h".
Implemented in "dlls/gdi/bitmap.c". source.winehq.org/source/dlls/gdi/bitmap.c
Debug channel "bitmap".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.