Share via


NMLINK (Compact 2013)

3/28/2014

This structure contains notification information.

Syntax

typedef struct tagNMLINK{
  NMHDR   hdr;
  LITEM  item;
} NMLINK,  *PNMLINK;

Members

  • hdr
    A NMHDR structure that contains information about the notification.
  • item
    An LITEM structure that contains information about the link item.

Remarks

Send this structure with the NM_CLICK (SysLink) or NM_RETURN messages.

Requirements

Header

commctrl.h

See Also

Reference

SysLink Controls Structures