Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.15 KB

nf-commctrl-listview_getbkimage.md

File metadata and controls

71 lines (58 loc) · 2.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.ListView_GetBkImage
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.
ListView_GetBkImage
ListView_GetBkImage macro [Windows Controls]
_win32_ListView_GetBkImage
_win32_ListView_GetBkImage_cpp
commctrl/ListView_GetBkImage
controls.ListView_GetBkImage
controls._win32_ListView_GetBkImage
controls\ListView_GetBkImage.htm
Controls
VS|Controls|~\controls\listview\macros\listview_getbkimage.htm
12/05/2018
ListView_GetBkImage, ListView_GetBkImage macro [Windows Controls], _win32_ListView_GetBkImage, _win32_ListView_GetBkImage_cpp, commctrl/ListView_GetBkImage, controls.ListView_GetBkImage, controls._win32_ListView_GetBkImage
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ListView_GetBkImage
commctrl/ListView_GetBkImage
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ListView_GetBkImage

ListView_GetBkImage macro

-description

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

-parameters

-param hwnd

Type: HWND

A handle to the list-view control.

-param plvbki

Type: LPLVBKIMAGE

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

-see-also

ListView_SetBkImage