This function checks whether the IME is open or closed.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
BOOL WINAPI ImmGetOpenStatus(HIMC hIMC);
Parameters
hIMC
[in] Handle to the input context.
Return Values
Nonzero indicates that the IME is open. Zero indicates otherwise.
Remarks
In Windows CE versions 2.10 and later, if hIMC is NULL, then the status of the currently active context is returned.