ListView_GetFooterItemRect macro (commctrl.h)

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

Syntax

void ListView_GetFooterItemRect(
  [in]       hwnd,
  [in]       iItem,
  [in, out]  prc
);

Parameters

[in] hwnd

Type: HWND

A handle to the list-view control.

[in] iItem

Type: UINT

The index of the item in the list-view control.

[in, out] prc

Type: RECT*

A pointer to a RECT structure to receive the coordinates. The calling application 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