Header_GetItemRect macro (commctrl.h)
Gets the bounding rectangle for a given item in a header control. You can use this macro or send the HDM_GETITEMRECT message explicitly.
Syntax
BOOL Header_GetItemRect(
HWND hwnd,
int iItem,
LPRECT lprc
);
Parameters
hwnd
Type: HWND
A handle to a header control.
iItem
Type: int
The zero-based index of the header control item for which to retrieve the bounding rectangle.
lprc
Type: LPRECT
A pointer to a RECT structure that receives the bounding rectangle information.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |