TS_SD_* Constants

The TS_SD_* constants describe dynamic document states used by an application at runtime.

Constant/value Description
TS_SD_READONLY
( 0x1 )
The document is read-only and cannot be modified.
TS_SD_LOADING
( 0x2 )
The document is loading and might be incomplete.
TS_SD_MASKALL
( TS_SD_READONLY | TS_SD_LOADING )
The document is both read-only and loading.

Remarks

The dwDynamicFlags 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_SD_* Constants