TF_DA_COLORTYPE enumeration (msctf.h)

Elements of the TF_DA_COLORTYPE enumeration specify the format of the color contained in the TF_DA_COLOR structure.

Syntax

typedef enum __MIDL___MIDL_itf_msctf_0000_0070_0002 {
  TF_CT_NONE = 0,
  TF_CT_SYSCOLOR = 1,
  TF_CT_COLORREF = 2
} TF_DA_COLORTYPE;

Constants

 
TF_CT_NONE
Value: 0
The structure contains no color data.
TF_CT_SYSCOLOR
Value: 1
The color is specified as a system color index. For more information about the system color indexes, see GetSysColor.
TF_CT_COLORREF
Value: 2
The color is specified as an RGB value.

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

GetSysColor

TF_DA_COLOR