Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 1.85 KB

nf-imm-immcreatecontext.md

File metadata and controls

67 lines (54 loc) · 1.85 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:imm.ImmCreateContext
ImmCreateContext function (imm.h)
The ImmCreateContext function (imm.h) creates a new input context, allocating memory for the context and initializing it.
ImmCreateContext
ImmCreateContext function [Internationalization for Windows Applications]
_win32_ImmCreateContext
imm/ImmCreateContext
intl.immcreatecontext
intl\immcreatecontext.htm
Intl
2207927a-0edb-4d3a-a1b7-75b94d1616d5
08/04/2022
ImmCreateContext, ImmCreateContext function [Internationalization for Windows Applications], _win32_ImmCreateContext, imm/ImmCreateContext, intl.immcreatecontext
imm.h
Immdev.h, Windows.h
Windows
Windows XP [desktop apps only],East Asian language support installed.
Windows Server 2003 [desktop apps only]
Imm32.lib
Imm32.dll
Windows
19H1
ImmCreateContext
imm/ImmCreateContext
c++
APIRef
kbSyntax
DllExport
imm32.dll
ImmCreateContext

ImmCreateContext function

-description

Creates a new input context, allocating memory for the context and initializing it. An application calls this function to prepare its own input context.

-returns

Returns the handle to the new input context if successful, or NULL otherwise.

-see-also

Input Method Manager

Input Method Manager Functions