ImmReleaseContext function (immdev.h)
Releases the input context and unlocks the memory associated in the input context. An application must call this function for each call to the ImmGetContext function.
BOOL ImmReleaseContext(
HWND unnamedParam1,
HIMC unnamedParam2
);
unnamedParam1
unnamedParam2
Returns a nonzero value if successful, or 0 otherwise.
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only],East Asian language support installed. |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | immdev.h (include Immdev.h, Windows.h) |
Library | Imm32.lib |
DLL | Imm32.dll |