Share via


HDM_GETITEM (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

HDM_GETITEM wParam = (WPARAM)(int) index;
    lParam = (LPARAM)(HD_ITEM FAR*) 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 Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Header Controls Messages
Header_GetItem
HDITEM
HDM_GETITEMCOUNT
HDM_SETITEM