IIMEServices interface

This interface enables an Active Input Method Editor to access the Active Input Method Manager.

Members

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

  • Methods

Methods

The IIMEServices interface has these methods.

Method Description
GetActiveIMM

Retrieves the IActiveIMMApp interface for use by the Active Input Method Editor.

 

Remarks

To obtain an IIMEServices interface, call QueryInterface on an IHTMLDocument interface, using IID_IIMEServices for the IID.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference

Active Input Method Manager

Conceptual

Active Input Method Manager