ENLINK

[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;
 

Members

nmhdr
A NMHDR structure. The code member of this structure identifies the notification message being sent.
msg
Identifier of the message that caused the rich edit control to send the EN_LINK notification message.
wParam
The wParam parameter of the message received by the rich edit control.
lParam
The lParam parameter of the message received by the rich edit control.
chrg
A CHARRANGE structure that specifies the range of consecutive characters in the rich edit control that have the CFE_LINK effect.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Structures, CHARRANGE, EN_LINK, NMHDR