WinGCreateBitmap16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/wing.c".

Debug channel "wing".