table of contents
other versions
- wheezy 1.4.1-4
GetBitmapDimensionEx(3w) | Wine API | GetBitmapDimensionEx(3w) |
NAME¶
GetBitmapDimensionEx (GDI32.@)SYNOPSIS¶
BOOL GetBitmapDimensionEx(
HBITMAP hbitmap,
LPSIZE size
)
PARAMS¶
hbitmap [In] Handle to bitmap. size [Out] Address of struct receiving dimensions.DESCRIPTION¶
Retrieves dimensions of a bitmap.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/bitmap.c". Debug channel "bitmap".Oct 2012 | Wine API |