WinGCreateBitmap16(3w)
NAME
WinGCreateBitmap16 (WING.1003)
SYNOPSIS
HBITMAP16 WinGCreateBitmap16 ( HDC16 hdc, BITMAPINFO* bmpi, SEGPTR* bits )
DESCRIPTION
Create a new WinG bitmap.
PARAMS
hdc [In] WinG device context.
bmpi [In] Information about the bitmap.
bits [In] Location of the bitmap image data.
RETURNS
Success: A handle to the created bitmap.
Failure: A NULL handle.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wing.dll16/wing.c".
- Debug channel "wing".