Scroll to navigation

LoadBitmapA(3w) Wine API LoadBitmapA(3w)

NAME

LoadBitmapA (USER32.@)

SYNOPSIS

HBITMAP LoadBitmapA
(
HINSTANCE instance,
LPCSTR name
)
 

DESCRIPTION

See LoadBitmapW(3w).
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/cursoricon.c".
Debug channel "cursor".
Oct 2012 Wine API