GetBitmapBits.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/bitmap.c".

Debug channel "bitmap".