.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WinGRecommendDIBFormat16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWinGRecommendDIBFormat16\fR (WING.1002) .SH SYNOPSIS BOOL16 WinGRecommendDIBFormat16 ( BITMAPINFO* \fIbmpi\fR ) .SH DESCRIPTION .PP Get the recommended format of bitmaps for the current display. .SH PARAMS \fIbmpi\fR \fB[Out]\fR Destination for format information. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIbmpi\fR is filled with the best (fastest) bitmap format .PP \fBFailure:\fR \fBFALSE\fR, if \fIbmpi\fR is \fBNULL\fR. .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.