HDM_GETITEMRECT (Windows CE 5.0)

Send Feedback

This message retrieves the bounding rectangle for a specified item in a header control.

HDM_GETITEMRECTwParam = (WPARAM)(int)iIndex;lParam = (LPARAM)lpItemRect;

Parameters

  • iIndex
    Zero-based index of the header control item for which to retrieve the bounding rectangle.
  • lpItemRect
    Long pointer to a RECT structure that receives the bounding rectangle data.

Return Values

Nonzero indicates success. Zero indicates failure

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

Header Controls Messages | Header_GetItemRect | RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.