NAME

LoadBitmapW  (USER32.@)

SYNOPSIS

 HBITMAP LoadBitmapW
 (
  HINSTANCE instance,
  LPCWSTR   name
 )

PARAMS

instance [In] Handle to application instance.
name [In] Address of bitmap resource name.

DESCRIPTION

LoadBitmapW (USER32.@) Loads bitmap from the executable file.

RETURNS

Success: Handle to specified bitmap

Failure: NULL

IMPLEMENTATION

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

Implemented in "dlls/user32/cursoricon.c". https://source.winehq.org/source/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 Apr 2024.