HD_NOTIFY

This structure contains information used to process notification messages from a header control. This structure is superseded by the NMHEADER structure.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

typedef struct _HD_NOTIFY {
NMHDR
hdr;
int
iItem;
int
iButton;
HD_ITEM FAR
*pitem;
} HD_NOTIFY;

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 HD_ITEM structure that contains information specific to the item indicated by iItem.

See Also

HD_ITEM, NMHDR, WM_NOTIFY