LVM_GETBKIMAGE message

Gets the background image in a list-view control. You can send this message explicitly or by using the ListView_GetBkImage macro.

Parameters

wParam

Must be zero.

lParam

A pointer to an LVBKIMAGE structure that will receive the background image information.

Return value

Returns nonzero if successful, or zero otherwise.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h
Unicode and ANSI names
LVM_GETBKIMAGEW (Unicode) and LVM_GETBKIMAGEA (ANSI)

See also

LVM_SETBKIMAGE