Platform SDK: International Features

ImmIsIME

The ImmIsIME function checks whether the specified input locale has an IME.

BOOL ImmIsIME(
  HKL hKL  
);

Parameters

hKL
[in] Input locale identifier.

Return Values

If the specified hKL has an IME, the return value is a nonzero value.

Otherwise the return value is zero.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Imm.h.
  Library: Use Imm32.lib.

See Also

Input Method Editor Overview, Input Method Editor Functions