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

IMECOMPTEXT

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

描述

 

The IMECOMPTEXT structure contains information about the composition text in a Microsoft Rich Edit control.

 

C/C++ 语法

 

typedef struct _imecomptext {

  LONG cb;

  DWORD flags;

} IMECOMPTEXT;

 

FreeBasic Syntax

 

TYPE IMECOMPTEXT

cb    AS LONG

flags AS DWORD

END TYPE

 

成员

 

cb

 

Size of the output buffer, in bytes.

 

flags

 

Type of composition string. Currently, it must be ICT_RESULTREADSTR.

 

备注

 

This structure is used with the EM_GETIMECOMPTEXT message.

 

最低操作系统

 

Windows XP SP1.