Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the coordinates of the footer for a specified list-view control. Use this macro or send the LVM_GETFOOTERRECT message explicitly.
Syntax
BOOL ListView_GetFooterRect(
[in] HWND hwnd,
[in, out] RECT *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
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 |