NAME

CreateCompatibleBitmap  (GDI32.@)

SYNOPSIS

 HBITMAP CreateCompatibleBitmap
 (
  HDC hdc,
  INT width,
  INT height
 )

DESCRIPTION

Creates a bitmap compatible with the DC.

PARAMS

hdc [In] Handle to device context.
width [In] Width of bitmap.
height [In] Height of bitmap.

RETURNS

Success: Handle to bitmap

Failure: 0

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "bitmap".


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