导航:  Windows Controls Procedures > Rich Edit Control > Structures >

ENLINK

上一页返回章节概述下一页

描述

 

The ENLINK structure contains information about an EN_LINK notification message from a rich edit control.

 

C/C++ 语法

 

typedef struct {

NMHDR nmhdr;

UINT msg;

WPARAM wParam;

LPARAM lParam;

CHARRANGE chrg;

} ENLINK;

 

FreeBasic Syntax

 

TYPE ENLINK

nmhdr  AS NMHDR

msg    AS UINT

wParam AS WPARAM

lParam AS LPARAM

chrg   AS CHARRANGE

END TYPE

 

成员

 

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.

 

最低操作系统

 

Windows 95 with Rich Edit 2.0, Windows 98, Windows NT 4.0.