Contents Index Topic Contents | ||
Previous Topic: LVM_GETBKCOLOR Next Topic: LVM_GETCALLBACKMASK |
LVM_GETBKIMAGE
LVM_GETBKIMAGE wParam = 0; lParam = (LPARAM) (LPLVBKIMAGE) plvbki;Retrieves the background image in a list view control. You can send this message explicitly or by using the ListView_GetBkImage macro.
- Returns nonzero if successful, or zero otherwise.
- plvbki
- Address of an LVBKIMAGE structure that will receive the background image information.
Version 4.71
See also LVM_SETBKIMAGE
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.