ImmInstallIME  14DBI44 

[Now Supported on Windows NT]

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.