Partager via


NM_CLICK (SysLink) (Compact 2013)

3/28/2014

Notifies the parent window of the Syslink control that the user has clicked a hyperlink in the control with the left mouse button.

Parameters

  • hWnd
    [in] Handle to the window whose window procedure receives the message.
  • Msg
    [in] NM_CLICK.
  • wParam
    [in] Specifies the identifier of the control.
  • lParam
    [in] Points to an NMLINK structure that contains additional information about this notification.

Return Values

The return value is ignored by the control.

Remarks

This notification is sent in the same form as a WM_NOTIFY message.

This message is sent with the SendMessage function.

Requirements

Header

commctrl.h

See Also

Reference

SysLink Controls Notification