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

HYPHRESULT

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

描述

 

The HYPHRESULT structure contains information about the result of hyphenation in a Microsoft Rich Edit control.

 

C/C++ 语法

 

typedef struct hyphresult {

KHYPH khyph;

LONG ichHyph;

WCHAR chHyph;

} HYPHRESULT;

 

FreeBasic Syntax

 

TYPE HYPHRESULT

khyph   AS KHYPH

ichHyph AS LONG

chHyph  AS WCHAR

END TYPE

 

成员

 

khyph

 

KHYPH enumeration value that describes the type of hyphenation.

 

ichHyph

 

The index of the WCHAR in the passed string where hyphenation occurred.

 

chHyph

 

The character used when hyphenation requires a replacement or an addition or a change. If no new character is needed, the value is zero.

 

备注

 

This structure is used with the HYPHENATEINFO structure.

 

最低操作系统

 

Windows XP SP1.