GetBitmapBits(3w)
NAME
GetBitmapBits (GDI32.@)
SYNOPSIS
LONG GetBitmapBits ( HBITMAP hbitmap, LONG count, LPVOID bits )
PARAMS
hbitmap [In] Handle to bitmap.
count [In] Number of bytes to copy.
bits [Out] Pointer to buffer to receive bits.
DESCRIPTION
Copies bitmap bits of bitmap to buffer.
RETURNS
Success: Number of bytes copied
Failure: 0
IMPLEMENTATION
Defined in "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/bitmap.c".
- Debug channel "bitmap".