Scroll to navigation

LoadBitmapW(3w) Wine API LoadBitmapW(3w)

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".
Implemented in "dlls/user32/cursoricon.c".
Debug channel "cursor".
Oct 2012 Wine API