ImmCreateContext function (imm.h)
Creates a new input context, allocating memory for the context and initializing it. An application calls this function to prepare its own input context.
Syntax
HIMC ImmCreateContext();
Return value
Returns the handle to the new input context if successful, or NULL otherwise.
Requirements
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 | imm.h (include Immdev.h, Windows.h) |
Library | Imm32.lib |
DLL | Imm32.dll |