Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |