ImmLockIMC

LPINPUTCONTEXT WINAPI ImmLockIMC(HIMC hIMC)
 

Retrieves the address of the INPUTCONTEXT structure for the input context. The IME uses the address to access the input context. This function increases the lock count for IMC.

The return value is the address of the INPUTCONTEXT structure if successful. Otherwise, it is NULL.

hIMC
Handle of the input context.