.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateBitmapIndirect 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateBitmapIndirect\fR (GDI32.@) .SH SYNOPSIS HBITMAP CreateBitmapIndirect ( const BITMAP* \fIbmp\fR ) .SH DESCRIPTION .PP Creates a bitmap with the specified info. .SH PARAMS \fIbmp\fR \fB[In]\fR Pointer to the bitmap information describing the bitmap. .PP .SH RETURNS .PP \fBSuccess:\fR Handle to bitmap .PP \fBFailure:\fR \fBNULL\fR. Use \fBGetLastError(3w)\fR to determine the cause. .SH NOTES .PP If a width or height of \fB0\fR are given, a 1x1 monochrome bitmap is returned. .SH IMPLEMENTATION .PP Declared in \fB"gdiplusenums.h"\fR. .PP Implemented in \fB"dlls/gdi32/bitmap.c"\fR. .PP Debug channel \fB"bitmap"\fR.