IImePadApplet interface (imepad.h)

The IImePadApplet interface inputs strings into apps through the IImePad interface.

IImePadApplet should be implemented as a DLL inproc server. The developer can implement multiple IImePadApplet interfaces in one DLL. To specify and emulate the IImePadApplet interface in the applet DLL, the applet must also provide the IImeSpecifyApplets interface.

Inheritance

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

Methods

The IImePadApplet interface has these methods.

 
IImePadApplet::CreateUI

Called from IImePad to get the applet's window handle, style, and size.
IImePadApplet::Initialize

Called from IImePad interface to initialize IImePadApplet.
IImePadApplet::Notify

Called from IImePad to pass information with a notify code.
IImePadApplet::Terminate

Called from IImePad to terminate IImePadApplet when the IMEPad instance exits.

Requirements

Requirement Value
Target Platform Windows
Header imepad.h