ListView_GetFooterInfo macro (commctrl.h)

Gets information on the footer of a specified list-view control. Use this macro or send the LVM_GETFOOTERINFO message explicitly.

Syntax

void ListView_GetFooterInfo(
  [in]       hwnd,
  [in, out]  plvfi
);

Parameters

[in] hwnd

Type: HWND

A handle to the list-view control.

[in, out] plvfi

Type: LPLVFOOTERINFO

A pointer to a LVFOOTERINFO structure to receive information depending on the value of the mask member. The calling application is responsible for allocating this structure and setting the mask member.

Return value

None

Requirements

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