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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/wing.dll16/wing.c". https://source.winehq.org/source/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 May 2024.