NAME

CreateBitmapIndirect  (GDI32.@)

SYNOPSIS

 HBITMAP CreateBitmapIndirect
 (
  const BITMAP* bmp
 )

DESCRIPTION

Creates a bitmap with the specified info.

PARAMS

bmp [In] Pointer to the bitmap information describing the bitmap.

RETURNS

Success: Handle to bitmap

Failure: NULL. Use GetLastError to determine the cause.

NOTES

If a width or height of 0 are given, a 1x1 monochrome bitmap is returned.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/bitmap.c". source.winehq.org/source/dlls/gdi32/bitmap.c

Debug channel "bitmap".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.