Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 2.58 KB

nf-imm-imminstallimew.md

File metadata and controls

88 lines (65 loc) · 2.58 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.ImmInstallIMEW
ImmInstallIMEW function (imm.h)
The ImmInstallIMEW (Unicode) function (imm.h) installs an IME.
ImmInstallIME
ImmInstallIME function [Internationalization for Windows Applications]
ImmInstallIMEW
_win32_ImmInstallIME
imm/ImmInstallIME
imm/ImmInstallIMEW
intl.imminstallime
intl\imminstallime.htm
Intl
8743908b-c9b4-41ff-952e-039253fb1246
08/04/2022
ImmInstallIME, ImmInstallIME function [Internationalization for Windows Applications], ImmInstallIMEA, ImmInstallIMEW, _win32_ImmInstallIME, imm/ImmInstallIME, imm/ImmInstallIMEA, imm/ImmInstallIMEW, intl.imminstallime
imm.h
Immdev.h, Windows.h
Windows
Windows XP [desktop apps only],East Asian language support installed.
Windows Server 2003 [desktop apps only]
ImmInstallIMEW (Unicode) and ImmInstallIMEA (ANSI)
Imm32.lib
Imm32.dll
Windows
19H1
ImmInstallIMEW
imm/ImmInstallIMEW
c++
APIRef
kbSyntax
DllExport
Imm32.dll
ImmInstallIME
ImmInstallIMEA
ImmInstallIMEW

ImmInstallIMEW function

-description

Installs an IME.

-parameters

-param lpszIMEFileName [in]

Pointer to a null-terminated string that specifies the full path of the IME.

-param lpszLayoutText [in]

Pointer to a null-terminated string that specifies the name of the IME and the associated layout text.

-returns

Returns the input locale identifier for the IME.

-remarks

This function is intended to be used by IME setup applications only.

Note

The imm.h header defines ImmInstallIME as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

Input Method Manager

Input Method Manager Functions