EHIMECharFlags Enumeration Type

Contains a set of values that indicate whether the shell should update the confirmed state. An IME module specifies a value from this enumeration when sending input to the shell.

Note   This enumeration type has been deprecated.

Syntax

  typedef enum EHIMECharFlags{
  EHIMECF_Normal  = 0,
  EHIMECF_Candidate  = 1,
  EHIMECF_TimedCandidate  = 2
};

Members

EHIMECF_Normal

Specifies that the shell should update the confirmed state.

EHIMECF_Candidate

Not used. Reserved for future use.

EHIMECF_TimedCandidate

Specifies that the shell should update the confirmed state based on a timeout.

Requirements

Header: ehinputmodule.idl

Platform: Windows XP Media Center Edition 2004 through Windows Vista

See Also