LVM_GETFOOTERITEM message

Gets information on a footer item in a list-view control. Send this message explicitly or by using the ListView_GetFooterItem macro.

Parameters

wParam [in]

The index of the item.

lParam [in, out]

A pointer to a LVFOOTERITEM structure to receive a value for the state and/or pszText members according to the value of the mask member. The calling process is responsible for allocating this structure and setting its members to indicate to the receiver what information to return. For more information, see LVFOOTERITEM.

Return value

Returns TRUE if successful, or FALSE otherwise.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Commctrl.h