ListView_GetFooterRect macro (commctrl.h)

Gets the coordinates of the footer for a specified list-view control. Use this macro or send the LVM_GETFOOTERRECT message explicitly.

Syntax

void ListView_GetFooterRect(
  [in]       hwnd,
  [in, out]  prc
);

Parameters

[in] hwnd

Type: HWND

A handle to the list-view control.

[in, out] prc

Type: RECT*

A pointer to a RECT structure to receive the coordinates. The caller is responsible for allocating this structure. The coordinates received are expressed as client coordinates.

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