Platform SDK: International Features

ImmInstallIME

The ImmInstallIME function installs an IME into the system.

HKL ImmInstallIME(
  LPCTSTR lpszIMEFileName,  
  LPCTSTR lpszLayoutText    
);

Parameters

lpszIMEFileName
[in] Pointer to a null-terminated string that specifies the full path of the IME.
lpszLayoutText
[in] 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 function returns the input locale identifier for the IME.

Remarks

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

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Imm.h.
  Library: Use Imm32.lib.
  Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000.

See Also

Input Method Editor Overview, Input Method Editor Functions