IFECommon interface (msime.h)

The IFECommon interface provides IME-related services that are common for different languages.

IFECommon allows the developer to control very basic functions of IMEs.

Inheritance

The IFECommon interface inherits from the IUnknown interface. IFECommon also has these types of members:

Methods

The IFECommon interface has these methods.

 
IFECommon::InvokeDictToolDialog

Invokes the Microsoft IME's Dictionary Tool from the app.
IFECommon::InvokeWordRegDialog

Invokes the Microsoft IME Word Register Dialog Window from the app.
IFECommon::IsDefaultIME

Determines if the IME specified by the class ID is the default IME on a local computer.
IFECommon::SetDefaultIME

Allows the Microsoft IME to become the default IME in the keyboard layout.

Remarks

Create an instance of this interface with the CreateIFECommonInstance function.

Requirements

Requirement Value
Target Platform Windows
Header msime.h