ImmSetOpenStatus (Windows CE 5.0)
This function opens or closes the IME.
BOOL ImmSetOpenStatus(HIMChIMC,BOOLfOpen);
Parameters
- hIMC
[in] Handle to the input context. For Microsoft Windows CE 2.10 and later, if hIMC is NULL, then the open status for the current active context is returned. - fOpen
[in] Open flag. If TRUE, the IME is opened; otherwise, it is closed.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
This function causes a IMN_SETOPENSTATUS message to be sent to the application.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
See Also
Send Feedback on this topic to the authors