Contents Index Topic Contents | ||
Previous Topic: HDM_GETITEMCOUNT Next Topic: HDM_GETORDERARRAY |
HDM_GETITEMRECT
HDM_GETITEMRECT wParam = (WPARAM) (int) iIndex; lParam = (LPARAM) lpItemRect;Retrieves the bounding rectangle for a given item in a header control. You can send this message explicitly or use the Header_GetItemRect macro.
- Returns nonzero if successful, or zero otherwise.
- iIndex
- Zero-based index of the header control item for which to retrieve the bounding rectangle.
- lpItemRect
- Address of a RECT structure that receives the bounding rectangle information.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.