SetDIBits (GDI32.@)
INT SetDIBits ( HDC hdc, HBITMAP hbitmap, UINT startscan, UINT lines, LPCVOID bits, const BITMAPINFO* info, UINT coloruse )
Sets pixels in a bitmap using colors from DIB.
hdc | [In] | Handle to device context. |
hbitmap | [In] | Handle to bitmap. |
startscan | [In] | Starting scan line. |
lines | [In] | Number of scan lines. |
bits | [In] | Array of bitmap bits. |
info | [In] | Address of structure with data. |
coloruse | [In] | Type of color indexes to use. |
Success: Number of scan lines copied
Failure: 0
Defined in "vfw.h".
Implemented in "dlls/gdi/dib.c". source.winehq.org/source/dlls/gdi/dib.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.