[This is preliminary documentation and subject to change.]
The ENLINK structure contains information about an EN_LINK notification message from a rich edit control.
typedef struct _enlink {
NMHDR nmhdr;
UINT msg;
_WPAD _wPad1;
WPARAM wParam;
_WPAD _wPad2;
LPARAM lParam;
CHARRANGE chrg;
} ENLINK;
Windows NT: Requires version 4.0 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in richedit.h.
Rich Edit Controls Overview, Rich Edit Structures, CHARRANGE, EN_LINK, NMHDR