HDM_GETITEM (Windows CE 5.0)

Send Feedback

This message retrieves data about an item in a header control. You can send this message explicitly or use the Header_GetItem macro.

HDM_GETITEMwParam = (WPARAM)(int)index;lParam = (LPARAM)(HD_ITEMFAR*)phdi;

Parameters

  • index
    Index of the item for which data is retrieved.
  • phdi
    Pointer to an HDITEM structure. When the message is sent, the mask member indicates the type of data requested. When the message returns, the other members receive the requested data. If the mask member specifies zero, the message returns TRUE, but copies no data to the structure.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

Header Controls Messages | Header_GetItem | HDITEM | HDM_GETITEMCOUNT | HDM_SETITEM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.