ImmCreateContext function (immdev.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 immdev.h (include Immdev.h, Windows.h)
Library Imm32.lib
DLL Imm32.dll

See also

Input Method Manager

Input Method Manager Functions