Installs an IME into the system. ANSI implementation.
Syntax
HRESULT InstallIMEA( LPSTR szIMEFileName, LPSTR szLayoutText, HKL *phKL );
Parameters
- szIMEFileName
- [in] Address of a null-terminated string value that specifies the full path of the IME.
- szLayoutText
- [in] 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] Address of the handle to the keyboard layout for the IME.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmInstallIME function documented in the Microsoft® Platform Software Development Kit (SDK).