Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.43 KB

ime-sentence-mode-values.md

File metadata and controls

35 lines (21 loc) · 1.43 KB
description ms.assetid title ms.topic ms.date
Review the list of input method editor (IME) sentence mode values. These values are used with the ImmGetConversionStatus and ImmSetConversionStatus functions.
24b12936-7dfc-4c8d-970c-d8354ad46d1d
IME Sentence Mode Values
article
05/31/2018

IME Sentence Mode Values

These values are used with the ImmGetConversionStatus and ImmSetConversionStatus functions.

Constant Definition
IME_SMODE_AUTOMATIC The IME carries out conversion processing in automatic mode.
IME_SMODE_NONE No information for sentence.
IME_SMODE_PHRASEPREDICT The IME uses phrase information to predict the next character.
IME_SMODE_PLURALCLAUSE The IME uses plural clause information to carry out conversion processing.
IME_SMODE_SINGLECONVERT The IME carries out conversion processing in single-character mode.
IME_SMODE_CONVERSATION The IME uses conversation mode. This is useful for chat applications.

 

Bits 16 through 31 are reserved for IME use.