SetBitmapDimensionEx (GDI32.@)
BOOL SetBitmapDimensionEx ( HBITMAP hbitmap, INT x, INT y, LPSIZE prevSize )
hbitmap | [In] | Handle to bitmap. |
x | [In] | Bitmap width. |
y | [In] | Bitmap height. |
prevSize | [Out] | Address of structure for orig dims. |
Assigns dimensions to a bitmap. MSDN says that this function will fail if hbitmap is a handle created by CreateDIBSection, but that's not TRUE on Windows® 2000.
Success: TRUE
Failure: FALSE
Defined in "wingdi.h".
Implemented in "dlls/gdi/bitmap.c". source.winehq.org/source/dlls/gdi/bitmap.c
Debug channel "bitmap".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.