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 the bounding rectangle for a given item in a header control. You can use this macro or send the HDM_GETITEMRECT message explicitly.
BOOL Header_GetItemRect(
HWND hwnd,
int iItem,
LPRECT lprc
);
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.
Type: BOOL
Returns nonzero if successful, or zero otherwise.
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 |