NMHEADER

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

typedef struct tagNMHEADER{
NMHDR hdr;
int iItem;
int iButton;
HDITEM FAR* pItem;} 
NMHEADER, FAR* LPNMHEADER;

Members

  • hdr
    NMHDR structure that contains information about the notification message.

  • iItem
    Zero-based index of the header item that is the focus of the notification message.

  • iButton
    Index of the mouse button used to generate the notification 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

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

HDITEM, NMHDR

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.