ImmInstallIME

The ImmInstallIME function installs an IME into the system.

HKL ImmInstallIME(
  LPCTSTR lpszIMEFileName,   
  LPCTSTR lpszLayoutText  
);
 

Parameters

lpszIMEFileName
Pointer to a null-terminated string that specifies the full path of the IME.
lpszLayoutText
Pointer to a null-terminated string that specifies the name of the IME. This name also specifies the layout text of the IME.

Return Values

The return value is the handle to the keyboard layout for the IME.

Remarks

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

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in imm.h.
  Import Library: Use imm32.lib.
  Unicode: Implemented as Unicode and ANSI versions on Windows NT.

See Also

Input Method Editor Overview, Input Method Editor Functions