Share via


ImeGetUIClassName (Simplified Chinese) (Windows Embedded CE 6.0)

1/6/2010

This function is called by the Chinese Pocket Input Method Editor (IME) to load the user interface (UI) module.

Syntax

void ImeGetUIClassName(
  LPTSTR lpszImeUIClassName
);

Parameters

  • lpszImeUIClassName
    Pointer to the name of the UI class.

Return Value

None.

Remarks

An OEM can supply a custom UI module for Traditional Chinese or Simplified Chinese Pocket IME. The UI module must expose the ImeGetUIClassName function, which the IME calls to load the UI module.

Requirements

Header msimeui.h
Library Msimeuic.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Concepts

Simplified Chinese Pocket IME Architecture in Windows Embedded CE
Traditional Chinese Pocket IME Architecture

Other Resources

Simplified Chinese Pocket IME Functions