table of contents
other versions
- wheezy 1.4.1-4
CreateDiscardableBitmap(3w) | Wine API | 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: NULLIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/bitmap.c". Debug channel "bitmap".Oct 2012 | Wine API |