NtGdiGetBitmapBits (WIN32U.@)
LONG NtGdiGetBitmapBits ( HBITMAP hbitmap, LONG count, LPVOID bits )
hbitmap | [In] | Handle to bitmap. |
count | [In] | Number of bytes to copy. |
bits | [Out] | Pointer to buffer to receive bits. |
Copies bitmap bits of bitmap to buffer.
Success: Number of bytes copied
Failure: 0
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.