ListView_GetBkImageListView_GetBkImage*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_GetBkColor
*Next Topic: ListView_GetCallbackMask

ListView_GetBkImage


BOOL ListView_GetBkImage(
    HWND hwndLV,
    LPLVBKIMAGE plvbki
);

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

hwndLV
Handle to the list view control.
plvbki
Address of a LVBKIMAGE structure that will receive the background image information.

Version 4.71

See also ListView_SetBkImage


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.