NMHEADER (Windows CE 5.0)

Send Feedback

This structure contains information about header control messages. This structure supersedes the HD_NOTIFY structure.

typedefstructtagNMHEADER {  NMHDRhdr;  intiItem;  intiButton;  HDITEMFAR* pItem;}NMHEADER,FAR* LPNMHEADER;

Members

  • hdr
    NMHDR structure that contains information about the message.
  • iItem
    Zero-based index of the header item that is the focus of the message.
  • iButton
    Index of the mouse button used to generate the message. It is one of the following values.
    Value Description
    0 Left button
    1 Right button
    2 Middle button
  • pItem
    Pointer to an HDITEM structure that contains information specific to the item indicated by iItem.

Requirements

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

See Also

Header Controls Structures | HDITEM | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.