Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Installs an IME into the system. Unicode implementation.
Syntax
HRESULT InstallIMEW( LPWSTR szIMEFileName, LPWSTR 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).
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.