HDM_GETITEMRECTHDM_GETITEMRECT*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.