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
BOOL ListView_GetFooterItemRect(
[in] HWND hwnd,
[in] UINT iItem,
[in, out] RECT *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
Type: BOOL
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] |
Target Platform | Windows |
Header | commctrl.h |