SetBitmapBits (GDI32.@)
LONG SetBitmapBits ( HBITMAP hbitmap, LONG count, LPCVOID bits )
hbitmap | [In] | Handle to bitmap. |
count | [In] | Number of bytes in bitmap array. |
bits | [In] | Address of array with bitmap bits. |
Sets bits of color data for a bitmap.
Success: Number of bytes used in setting the bitmap bits
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.