Scroll to navigation

GetBitmapBits(3w) Wine API 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

Declared in "gdi_private.h".
Implemented in "dlls/gdi32/bitmap.c".
Debug channel "bitmap".
Oct 2012 Wine API