GetBitmapBits (GDI32.@)
LONG GetBitmapBits ( HBITMAP hbitmap, LONG count, LPVOID bits )
hbitmap | [In] | Handle to bitmap. |
count | [In] | Number of bytes to copy. |
bits | [Out] | Pointer to buffer to receive bits. |
Copies bitmap bits of bitmap to buffer.
Success: Number of bytes copied
Failure: 0
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.