TS_SS_* Constants

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

Constant/value Description
TS_SS_DISJOINTSEL
( 0x1 )
The document supports multiple selections.
TS_SS_REGIONS
( 0x2 )
The document can contain multiple regions.
TS_SS_TRANSITORY
( 0x4 )
The document is expected to have a short usage cycle.
TS_SS_NOHIDDENTEXT
( 0x8 )
The document will never contain hidden text.
TS_SS_TKBAUTOCORRECTENABLE
( 0x10 )
Starting with Windows 8: The document supports autocorrection provided by the touch keyboard.
TS_SS_TKBPREDICTIONENABLE
( 0x20 )
Starting with Windows 8: The document supports text suggestions provided by the touch keyboard.

Remarks

The dwStaticFlags member of the TS_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
Textstor.h
IDL
Textstor.idl

See also

TS_STATUS

TF_STATUS