SetBitmapBits.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetBitmapBits (GDI32.@)

SYNOPSIS

LONG SetBitmapBits
 (
  HBITMAP hbitmap,
  LONG    count,
  LPCVOID bits
 )

PARAMS

hbitmap [In] Handle to bitmap.

count [In] Number of bytes in bitmap array.

bits [In] Address of array with bitmap bits.

DESCRIPTION

Sets bits of color data for a bitmap.

RETURNS

Success: Number of bytes used in setting the bitmap bits

Failure: 0

IMPLEMENTATION

Defined in "gdi_private.h".

Implemented in "dlls/gdi32/bitmap.c".

Debug channel "bitmap".