.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetBitmapDimensionEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetBitmapDimensionEx\fR (GDI32.@) .SH SYNOPSIS BOOL SetBitmapDimensionEx ( HBITMAP \fIhbitmap\fR, INT \fIx\fR, INT \fIy\fR, LPSIZE \fIprevSize\fR ) .SH PARAMS \fIhbitmap\fR \fB[In]\fR Handle to bitmap. .PP \fIx\fR \fB[In]\fR Bitmap width. .PP \fIy\fR \fB[In]\fR Bitmap height. .PP \fIprevSize\fR \fB[Out]\fR Address of structure for orig dims. .PP .SH DESCRIPTION .PP Assigns dimensions to a bitmap. \fBMSDN\fR says that this function will fail if \fIhbitmap\fR is a handle created by CreateDIBSection, but that's not \fBTRUE\fR on Windows(tm) \fB2000.\fR .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/bitmap.c"\fR. .PP Debug channel \fB"bitmap"\fR.