HDN_ITEMDBLCLICK

This notification message notifies a header control parent window that the user double-tapped the control. It is sent in the form of a WM_NOTIFY message. Only header controls with the HDS_BUTTONS style send this notification.

At a Glance

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

Syntax

HDN_ITEMDBLCLICK pnmhdr = (NMHDR FAR *) lParam;

Parameters

pnmhdr

Pointer to an NMHEADER structure that contains data about this notification.

Return Values

None

See Also

NMHDR, WM_NOTIFY