Text Store Return Values

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.

Return code/value 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.

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

ITextStoreACP::InsertEmbedded