NAME

NtGdiGetBitmapBits  (WIN32U.@)

SYNOPSIS

 LONG NtGdiGetBitmapBits
 (
  HBITMAP hbitmap,
  LONG    count,
  LPVOID  bits
 )

PARAMS

hbitmap [In] Handle to bitmap.
count [In] Number of bytes to copy.
bits [Out] Pointer to buffer to receive bits.

DESCRIPTION

Copies bitmap bits of bitmap to buffer.

RETURNS

Success: Number of bytes copied

Failure: 0

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 Mar 2024.