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/gdi/bitmap.c". source.winehq.org/source/dlls/gdi/bitmap.c

Debug channel "bitmap".


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