Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets information on the footer of a specified list-view control. Use this macro or send the LVM_GETFOOTERINFO message explicitly.
Syntax
BOOL ListView_GetFooterInfo(
[in] HWND hwnd,
[in, out] LPLVFOOTERINFO 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
Type: BOOL
Returns TRUE.
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 |