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
Defined in "winuser.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/cursoricon.c".
- Debug channel "cursor".