The ImmInstallIME function installs an IME into the system.
HKL ImmInstallIME(
LPCTSTR lpszIMEFileName, | |
LPCTSTR lpszLayoutText | |
); |
The return value is the handle to the keyboard layout for the IME.
This function is intended to be used by IME setup programs only.