CreateDiscardableBitmap(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/bitmap.c".
- Debug channel "bitmap".