NAME

CreateBitmap  (GDI32.@)

SYNOPSIS

 HBITMAP CreateBitmap
 (
  INT     width,
  INT     height,
  UINT    planes,
  UINT    bpp,
  LPCVOID bits
 )

DESCRIPTION

Creates a bitmap with the specified info.

PARAMS

width [In] bitmap width.
height [In] bitmap height.
planes [In] Number of color planes.
bpp [In] Number of bits to identify a color.
bits [In] Pointer to array containing color data.

RETURNS

Success: Handle to bitmap

Failure: 0

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi/bitmap.c". source.winehq.org/source/dlls/gdi/bitmap.c

Debug channel "bitmap".


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