CreateDiscardableBitmap (GDI32.@)
HBITMAP CreateDiscardableBitmap ( HDC hdc, INT width, INT height )
hdc | [In] | Handle to device context. |
width | [In] | Bitmap width. |
height | [In] | Bitmap height. |
Creates a discardable bitmap.
Success: Handle to bitmap
Failure: NULL
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 Jan 2008.