Platform SDK: International Features |
The ImmCreateContext function creates a new input context, allocating memory for the context and initializing it. An application calls this function to prepare its own input context.
HIMC ImmCreateContext(void);
This function has no parameters.
If the function succeeds, the return value is the handle to the new input context.
If the function fails, the return value is NULL.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Imm.h.
Library: Use Imm32.lib.