The NM_CLICK notification message notifies the parent window of a control that the user has clicked the left mouse button within the control. NM_CLICK is sent in the form of a WM_NOTIFY message.
NM_CLICK pnmh = (NMHDR FAR *) lParam;
See: