HDN_ITEMCLICK

This notification message notifies a header control parent window that the user tapped the control. It is sent in the form of a WM_NOTIFY message.

At a Glance

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

Syntax

HDN_ITEMCLICK phdr = (HD_NOTIFY FAR *) lParam;

Parameters

phdr

Pointer to an NMHEADER structure that identifies the header control and specifies the index of the header item clicked and the mouse button used to click the item. The pItem member is set to NULL.

Return Values

None

See Also

HD_NOTIFY, WM_NOTIFY