TS_STATUS structure
The TS_STATUS structure contains document status data.
Syntax
typedef struct { DWORD dwDynamicFlags; DWORD dwStaticFlags; } TS_STATUS;
Members
- dwDynamicFlags
-
Contains a set of flags that can be changed by an app at run time. For example, an app can enable a check box for the user to reset the document status. This member can contain zero, or one or more of the following values.
Value Meaning TS_SD_LOADING The document is loading. TS_SD_READONLY The document is read-only. - dwStaticFlags
-
Contains a set of flags that cannot be changed at run time. This member can contain zero, or one or more of the following values.
Value Meaning TS_SS_DISJOINTSEL The document supports multiple selections. TS_SS_REGIONS The document can contain multiple regions. TS_SS_TRANSITORY The document is expected to have a short usage cycle. TS_SS_NOHIDDENTEXT The document will never contain hidden text. TS_SS_TKBAUTOCORRECTENABLE Starting with Windows 8: The document supports autocorrection provided by the touch keyboard. TS_SS_TKBPREDICTIONENABLE Starting with Windows 8: The document supports text suggestions provided by the touch keyboard.
Requirements
|
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 |
|
|
IDL |
|
See also
- ITextStoreACP::GetStatus
- ITextStoreACPSink::OnStatusChange
- ITextStoreAnchor::GetStatus
- ITextStoreAnchorSink::OnStatusChange