IActiveIMMIME::GetVirtual...     IActiveIMMIME::InstallIME...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::InstallIMEA Method


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). Non-MSDN link

See Also

InstallIMEW



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.