MediaCenterInputSpecialKey Enumeration Type

Defines the special keys that the shell sends to the IME module.

Note   This enumeration type has been deprecated.

Syntax

  typedef enum MediaCenterInputSpecialKey{
  LeftArrow,
  RightArrow,
  UpArrow,
  DownArrow,
  Kanji,
  ConvertChar,
  NonConvert,
  DBE_Katakana,
  DBE_Hiragana,
  DBE_SBCSChar,
  DBE_DBCSChar,
  DBE_Roman,
  DBE_NoRoman,
  ShiftZero  
};

Members

LeftArrow

Specifies the LEFT ARROW key.

RightArrow

Specifies the RIGHT ARROW key.

UpArrow

Specifies the UP ARROW key.

DownArrow

Specifies the DOWN ARROW key.

Kanji

Specifies the Kanji key.

ConvertChar

Specifies the ConvertChar key.

NonConvert

Specifies the NonConvert key.

DBE_Katakana

Specifies the DBE_Katakana key.

DBE_Hiragana

Specifies the DBE_Hiragana key.

DBE_SBCSChar

Specifies the DBE_SBCSChar key.

DBE_DBCSChar

Specifies the DBE_DBCSChar key.

DBE_Roman

Specifies the DBE_Roman key.

DBE_NoRoman

Specifies the DBE_NoRoman key.

ShiftZero

Specifies the ShiftZero key.

Requirements

Header: ehinputmodule.idl

Platform: Windows XP Media Center Edition 2004 through Windows Vista

See Also