CreateCompatibleBitmap (GDI32.@)
HBITMAP CreateCompatibleBitmap ( HDC hdc, INT width, INT height )
Creates a bitmap compatible with the DC.
hdc | [In] | Handle to device context. |
width | [In] | Width of bitmap. |
height | [In] | Height of bitmap. |
Success: Handle to bitmap
Failure: 0
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.