Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_INPUTValue: 0 The text is entered by the user and has not been converted yet.  | 
TF_ATTR_TARGET_CONVERTEDValue: 1 The user has made a character selection and the text has been converted yet.  | 
TF_ATTR_CONVERTEDValue: 2 The text is converted.  | 
TF_ATTR_TARGET_NOTCONVERTEDValue: 3 The user made a character selection, but the text is not converted yet.  | 
TF_ATTR_INPUT_ERRORValue: 4 The text is an error character and cannot be converted. For example, some consonants cannot be put together.  | 
TF_ATTR_FIXEDCONVERTEDValue: 5 The text is not converted. Theses characters will no longer be converted.  | 
TF_ATTR_OTHERValue: -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 |