TF_DA_ATTR_INFO enumeration (msctf.h)

Elements of the TF_DA_ATTR_INFO enumeration are used to specify text conversion data in the TF_DISPLAYATTRIBUTE structure.

Syntax

typedef enum __MIDL___MIDL_itf_msctf_0000_0070_0004 {
  TF_ATTR_INPUT = 0,
  TF_ATTR_TARGET_CONVERTED = 1,
  TF_ATTR_CONVERTED = 2,
  TF_ATTR_TARGET_NOTCONVERTED = 3,
  TF_ATTR_INPUT_ERROR = 4,
  TF_ATTR_FIXEDCONVERTED = 5,
  TF_ATTR_OTHER = -1
} TF_DA_ATTR_INFO;

Constants

 
TF_ATTR_INPUT
Value: 0
The text is entered by the user and has not been converted yet.
TF_ATTR_TARGET_CONVERTED
Value: 1
The user has made a character selection and the text has been converted yet.
TF_ATTR_CONVERTED
Value: 2
The text is converted.
TF_ATTR_TARGET_NOTCONVERTED
Value: 3
The user made a character selection, but the text is not converted yet.
TF_ATTR_INPUT_ERROR
Value: 4
The text is an error character and cannot be converted. For example, some consonants cannot be put together.
TF_ATTR_FIXEDCONVERTED
Value: 5
The text is not converted. Theses characters will no longer be converted.
TF_ATTR_OTHER
Value: -1
Reserved for the system.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

TF_DISPLAYATTRIBUTE