IFECommon::SetDefaultIME method (msime.h)

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

This method only applies when Microsoft IME uses the Input Method Manager (IMM) of the operating system.

Syntax

HRESULT SetDefaultIME();

Return value

  • S_OK if successful.
  • IFEC_S_ALREADY_DEFAULT if this Microsoft IME is already the default IME.
  • Otherwise E_FAIL.

Requirements

Requirement Value
Target Platform Windows
Header msime.h

See also

IFECommon