TF_SS_* Constants

The TF_SS_* constants, defined before run time in the TF_STATUS structure, describe static document states.

Constant/value Description
TF_SS_DISJOINTSEL
( TS_SS_DISJOINTSEL )
The document supports multiple selections.
TF_SS_REGIONS
( TS_SS_REGIONS )
The document can contain multiple regions.
TF_SS_TRANSITORY
( TS_SS_TRANSITORY )
The document is expected to have a short usage cycle.
TF_SS_TKBAUTOCORRECTENABLE
( TS_SS_TKBAUTOCORRECTENABLE )
Starting with Windows 8: The document supports autocorrection provided by the touch keyboard.
TF_SS_TKBPREDICTIONENABLE
( TS_SS_TKBPREDICTIONENABLE )
Starting with Windows 8: The document supports text suggestions provided by the touch keyboard.

Remarks

The dwStaticFlags member of the TF_STATUS structure uses these constants.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Redistributable
TSF 1.0 on Windows 2000 Professional
Header
Msctf.h
IDL
Msctf.idl

See also

TF_STATUS