Text Store Return Values
Header: textstor.h
When a document manager processes a text store, it produces return values in the range from 0xHHHH0200 through 0xHHHH0300. The following table lists text store return values in alphabetical order.
| Symbolic | Code | Description |
|---|---|---|
| TS_E_FORMAT | 0x8004020a | Application does not support the data type contained in the IDataObject object to be inserted using ITextStoreACP::InsertEmbedded . |
| TS_E_INVALIDPOINT | 0x80040207 | Parameter is not within the bounding box of any character. |
| TS_E_INVALIDPOS | 0x80040200 | Range specified extends outside the document. |
| TS_E_NOINTERFACE | 0x80040204 | Object does not support the requested interface. |
| TS_E_NOLAYOUT | 0x80040206 | Application has not calculated a text layout. |
| TS_E_NOLOCK | 0x80040201 | Application does not have a read-only lock or read/write lock for the document. |
| TS_E_NOOBJECT | 0x80040202 | Embedded content offset is not positioned before a TF_CHAR_EMBEDDED character. |
| TS_E_NOSELECTION | 0x80040205 | Document has no selection. |
| TS_E_NOSERVICE | 0x80040203 | Content cannot be returned to match the service GUID. |
| TS_E_READONLY | 0x80040209 | Document is read-only. Cannot modify content. |
| TS_E_SYNCHRONOUS | 0x00040300 | Document cannot be locked synchronously. |
| TS_S_ASYNC | 0x1 | Document successfully received an asynchronous lock. |
| 12 entries | ||
Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.