LOTUSSCRIPT LANGUAGE


IMEStatus function
Returns an integer indicating the current input mode (IME) for extended character sets.

Note that IMEStatus is supported for Windows DBCS only. The codes for PRC and the Taiwan region are supported on Win95 only.

Syntax

IMEStatus

Return value

The function returns a status code indicating the current input mode (IME).

Usage

IMEStatus provides support for languages that use extended character sets. The code returned depends on the country for which the Lotus software application is built. The following table describes the return values. For countries not listed in the table, the return value is 0.
Country or RegionConstantValueDescription
AllIME_NOT_INSTALLED0 IME is not installed
IME_ON1 IME is on
IME_OFF2 IME is off
JapanIME_HIRAGANA4Double-byte Hiragana
IME_KATAKANA_DBCS5 Double-byte Katakana
IME_KATAKANA_SBCS6 Single-byte Katakana
IME_ALPHA_DBCS7 Double-byte alphanumeric
IME_ALPHA_SBCS8 Single-byte alphanumeric
TaiwanIME_NATIVE_MODE4 Taiwan native mode
IME_ALPHA_DBCS7 Double-byte alphanumeric
IME_ALPHA_SBCS8 Single-byte alphanumeric
KoreaIME_HANGEUL4 Hangeul DBC
IME_HANJACONVERT5 Hanja conversion
IME_ALPLHA_DBCS7 Double-byte alphanumeric
IME_ALPHA_SBCS8 Single-byte alphanumeric
PRCIME_NATIVE_MODE4 PRC native mode
IME_ALPHA_DBCS7 Double-byte alphanumeric
IME_ALPHA_SBCS8 Single-byte alphanumeric

Example

See IMESetMode.

See Also