NAME

NtGdiSetBitmapBits  (WIN32U.@)

SYNOPSIS

 LONG NtGdiSetBitmapBits
 (
  HBITMAP hbitmap,
  LONG    count,
  LPCVOID bits
 )

PARAMS

hbitmap [In] Handle to bitmap.
count [In] Number of bytes in bitmap array.
bits [In] Address of array with bitmap bits.

DESCRIPTION

Sets bits of color data for a bitmap.

RETURNS

Success: Number of bytes used in setting the bitmap bits

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