IActiveIMMApp::InstallIMEW method

Installs an Input Method Editor (IME) into the system ( Unicode implementation).

Syntax

HRESULT InstallIMEW(
  [in]  LPWSTR szIMEFileName,
  [in]  LPWSTR szLayoutText,
  [out] HKL    *phKL
);

Parameters

  • szIMEFileName [in]
    The address of a null-terminated string value that specifies the full path of the IME.

  • szLayoutText [in]
    The address of a null-terminated string value that specifies the name of the IME. This name also specifies the layout text of the IME.

  • phKL [out]
    The address of the handle to the keyboard layout for the IME.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmInstallIME function that is documented in the Windows Software Development Kit (SDK).

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMApp