LoadBitmapW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/user32/cursoricon.c".

Debug channel "cursor".