This function releases the input context and unlocks the memory associated in the context. An application must call ImmReleaseContext for each call to the ImmGetContext function.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
BOOL ImmReleaseContext(HWND hWnd, HIMC hIMC);
Parameters
hWnd
[in] Handle to the window for which the input context was previously retrieved.
hIMC
[in] Handle to the input context.
Return Values
Nonzero indicates success. Zero indicates failure.
See Also