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