NAME

NtGdiGetBitmapDimension  (WIN32U.@)

SYNOPSIS

 BOOL NtGdiGetBitmapDimension
 (
  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: FALSE

IMPLEMENTATION

Declared in "ntgdi.h". https://source.winehq.org/source/include/ntgdi.h

Implemented in "dlls/win32u/bitmap.c". https://source.winehq.org/source/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 May 2024.