Platform SDK: International Features |
The ImmGetOpenStatus function checks whether the IME is open or closed.
BOOL WINAPI ImmGetOpenStatus( HIMC hIMC );
The function returns a nonzero value if the IME is open, and zero otherwise.
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.