Platform SDK: International Features

ImmGetOpenStatus

The ImmGetOpenStatus function checks whether the IME is open or closed.

BOOL WINAPI ImmGetOpenStatus(
  HIMC hIMC  
);

Parameters

hIMC
[in] Handle to the input context.

Return Values

The function returns a nonzero value if the IME is open, and zero otherwise.

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