NAME

SetDIBits  (GDI32.@)

SYNOPSIS

 INT SetDIBits
 (
  HDC               hdc,
  HBITMAP           hbitmap,
  UINT              startscan,
  UINT              lines,
  LPCVOID           bits,
  const BITMAPINFO* info,
  UINT              coloruse
 )

DESCRIPTION

Sets pixels in a bitmap using colors from DIB.

PARAMS

hdc [In] Handle to device context.
hbitmap [In] Handle to bitmap.
startscan [In] Starting scan line.
lines [In] Number of scan lines.
bits [In] Array of bitmap bits.
info [In] Address of structure with data.
coloruse [In] Type of color indexes to use.

RETURNS

Success: Number of scan lines copied

Failure: 0

IMPLEMENTATION

Defined in "vfw.h".

Implemented in "dlls/gdi32/dib.c". source.winehq.org/source/dlls/gdi32/dib.c

Debug channel "bitmap".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.