CreateDiscardableBitmap.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CreateDiscardableBitmap (GDI32.@)

SYNOPSIS

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

PARAMS

hdc [In] Handle to device context.

width [In] Bitmap width.

height [In] Bitmap height.

DESCRIPTION

Creates a discardable bitmap.

RETURNS

Success: Handle to bitmap

Failure: NULL

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "bitmap".