ListView_SetBkImage (Windows CE 5.0)

Send Feedback

This macro sets the background image in a list-view control. You can use this macro or send the LVM_SETBKIMAGE message explicitly.

BOOL ListView_SetBkImage(   HWND hwndLV,   LPLVBKIMAGE plvbki);

Parameters

  • hwndLV
    Handle to the list-view control.
  • plvbki
    Pointer to an LVBKIMAGE structure that contains the new background image information.

Return Values

Returns nonzero if successful, or zero otherwise.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.

See Also

ListView_GetBkImage | List-View Controls Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.