NtGdiSetBitmapDimension (WIN32U.@)
BOOL NtGdiSetBitmapDimension ( 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
Declared in "include/ntgdi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntgdi.h
Implemented in "dlls/win32u/bitmap.c". gitlab.winehq.org/wine/wine/blob/master/dlls/win32u/bitmap.c
Debug channel "bitmap".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.