NMHDDISPINFO (Windows CE 5.0)

Send Feedback

This structure contains information used in handling HDN_GETDISPINFO messages.

typedefstructtagNMHDDISPINFO{  NMHDRhdr;  intiItem;  UINTmask;  LPTSTRpszText;  intcchTextMax;  intiImage;  LPARAMlParam;}NMHDDISPINFO,FAR* LPNMHDDISPINFO;

Members

  • hdr
    NMHDR structure containing information about this message.
  • iItem
    Zero-based index of the item in the header control.
  • mask
    Specifies which members of the structure must be filled in by the owner of the header control. It can be a combination of the following values.
    Value Description
    HDI_TEXT The pszText member must be filled in.
  • pszText
    Pointer to a null-terminated string that contains the text to be displayed for the header item.
  • cchTextMax
    Size of the buffer that pszText points to.
  • iImage
    Zero-based index of an image within the image list. The specified image will be displayed with the header item, but does not take the place of the image specified in the hbm member. If iImage is set to I_IMAGECALLBACK, the control requests image information for this item by using HDN_GETDISPINFO messages.
  • lParam**
    32-bit value to associate with the item.

Requirements

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

See Also

Header Controls Structures | HDN_GETDISPINFO | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.