LoadBitmapW (USER32.@)
HBITMAP LoadBitmapW ( HINSTANCE instance, LPCWSTR name )
instance | [In] | Handle to application instance. |
name | [In] | Address of bitmap resource name. |
LoadBitmapW (USER32.@) Loads bitmap from the executable file.
Success: Handle to specified bitmap
Failure: NULL
Declared in "include/winuser.h". gitlab.winehq.org/wine/wine/blob/master/include/winuser.h
Implemented in "dlls/user32/cursoricon.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/cursoricon.c
Debug channel "cursor".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.