ListView_GetBkImage macro (commctrl.h)

Gets the background image in a list-view control. You can use this macro or send the LVM_GETBKIMAGE message explicitly.

Syntax

BOOL ListView_GetBkImage(
   HWND        hwnd,
   LPLVBKIMAGE plvbki
);

Parameters

hwnd

Type: HWND

A handle to the list-view control.

plvbki

Type: LPLVBKIMAGE

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

Return value

Type: BOOL

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]
Target Platform Windows
Header commctrl.h

See also

ListView_SetBkImage