.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WinGCreateBitmap16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWinGCreateBitmap16\fR (WING.1003) .SH SYNOPSIS HBITMAP16 WinGCreateBitmap16 ( HDC16 \fIhdc\fR, BITMAPINFO* \fIbmpi\fR, SEGPTR* \fIbits\fR ) .SH DESCRIPTION .PP Create a new WinG bitmap. .SH PARAMS \fIhdc\fR \fB[In]\fR WinG device context. .PP \fIbmpi\fR \fB[In]\fR Information about the bitmap. .PP \fIbits\fR \fB[In]\fR Location of the bitmap image data. .PP .SH RETURNS .PP \fBSuccess:\fR A handle to the created bitmap. .PP \fBFailure:\fR A \fBNULL\fR handle. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/wing.dll16/wing.c"\fR. .PP Debug channel \fB"wing"\fR.