ImmLockIMC (Windows CE 5.0)
This function enables an input method editor (IME) to access the INPUTCONTEXT structure for an input method context (IMC) by returning a pointer to the structure. ImmLockIMC increases the lock count for the IMC.
LPINPUTCONTEXT WINAPI ImmLockIMC( HIMChIMC);
Parameters
- hIMC
[in] Handle to the IMC.
Return Values
Pointer to INPUTCONTEXT indicates success. NULL indicates failure.
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