WinGCreateBitmap16 (WING.1003)
HBITMAP16 WinGCreateBitmap16 ( HDC16 hdc, BITMAPINFO* bmpi, SEGPTR* bits )
Create a new WinG bitmap.
hdc | [In] | WinG device context. |
bmpi | [In] | Information about the bitmap. |
bits | [In] | Location of the bitmap image data. |
Success: A handle to the created bitmap.
Failure: A NULL handle.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wing.dll16/wing.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wing.dll16/wing.c
Debug channel "wing".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.