Platform SDK: International Features |
The ImmIsIME function checks whether the specified input locale has an IME.
BOOL ImmIsIME( HKL hKL );
If the specified hKL has an IME, the return value is a nonzero value.
Otherwise the return value is zero.
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.