CreateCompatibleBitmap.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "bitmap".