IMECOMPTEXT structure (richedit.h)
Contains information about the Input Method Editor (IME) composition text in a Microsoft Rich Edit control.
Syntax
typedef struct _imecomptext {
LONG cb;
DWORD flags;
} IMECOMPTEXT;
Members
cb
Type: LONG
Size of the output buffer, in bytes.
flags
Type: DWORD
Type of composition string. It can be one of the following values.
Value | Meaning |
---|---|
|
The final composed string. |
Remarks
This structure is used with the EM_GETIMECOMPTEXT message.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP1 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | richedit.h |