Share via


HDN_ITEMCLICK (Windows Embedded CE 6.0)

1/6/2010

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

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 pItemmember is set to NULL.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Header Controls Notifications
WM_NOTIFY
NMHEADER