This 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.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later |
Syntax
HIMC ImmCreateContext( void );
Return Values
The handle to the new input context indicates success. NULL indicates failure.