IME Composition String Values

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The following table shows the values that are used with the ImmGetCompositionString function and the WM_IME_COMPOSITION message.

Value Description

GCS_COMPATTR

Retrieves or updates the attribute of the composition string.

GCS_COMPCLAUSE

Retrieves or updates clause information of the composition string.

GCS_COMPREADATTR

Retrieves or updates the attributes of the reading string of the current composition.

GCS_COMPREADCLAUSE

Retrieves or updates the clause information of the reading string of the composition string.

GCS_COMPREADSTR

Retrieves or updates the reading string of the current composition.

GCS_COMPSTR

Retrieves or updates the current composition string.

GCS_CURSORPOS

Retrieves or updates the cursor position in composition string.

GCS_DELTASTART

Retrieves or updates the starting position of any changes in composition string.

GCS_RESULTCLAUSE

Retrieves or updates clause information of the result string.

GCS_RESULTREADCLAUSE

Retrieves or updates clause information of the reading string.

GCS_RESULTREADSTR

Retrieves or updates the reading string.

GCS_RESULTSTR

Retrieves or updates the string of the composition result.

See Also

Reference

ImmGetCompositionString
WM_IME_COMPOSITION

Other Resources

Input Method Editor (IME) Constants