IMediaCenterInputKeyMap Interface

Describes the appearance of the on-screen keypad provided by an IME module. The shell uses this interface to determine the shape of the on-screen keypad, the notations to place on the keycaps, and any bindings to remote control number buttons or keyboard keys. The user must press the remote control buttons to enable key map functionality.

The IMediaCenterInputKeyMap interface inherits from and replaces the previous version of the IMediaCenterInputKeyMap interface.

Note   This interface has been deprecated.

In addition to the methods inherited from IUnknown, the IMediaCenterInputKeyMap interface exposes the following methods:

Method Description
get_UIModeCount Gets the number of the UI modes that an IME module supports.
UIModeKeyMap Provides the shell with the strings to display on the on-screen keypad.

This interface is implemented by an IME module and called by the shell.

See Also