ENLINK structure
Contains information about an EN_LINK notification code from a rich edit control.
Syntax
typedef struct { NMHDR nmhdr; UINT msg; WPARAM wParam; LPARAM lParam; CHARRANGE chrg; } ENLINK;
Members
- nmhdr
-
Type: NMHDR
-
The code member of this structure identifies the notification code being sent.
- msg
-
Type: UINT
-
Identifier of the message that caused the rich edit control to send the EN_LINK notification code.
- wParam
-
Type: WPARAM
-
The wParam parameter of the message received by the rich edit control.
- lParam
-
Type: LPARAM
-
The lParam parameter of the message received by the rich edit control.
- chrg
-
Type: CHARRANGE
-
The range of consecutive characters in the rich edit control that have the CFE_LINK effect.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012
