Skip to content

Latest commit

 

History

History
187 lines (147 loc) · 3.97 KB

nf-textstor-itextstoreanchor-insertembedded.md

File metadata and controls

187 lines (147 loc) · 3.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:textstor.ITextStoreAnchor.InsertEmbedded
ITextStoreAnchor::InsertEmbedded (textstor.h)
ITextStoreAnchor::InsertEmbedded method
ITextStoreAnchor interface [Text Services Framework]
InsertEmbedded method
ITextStoreAnchor.InsertEmbedded
ITextStoreAnchor::InsertEmbedded
InsertEmbedded
InsertEmbedded method [Text Services Framework]
InsertEmbedded method [Text Services Framework]
ITextStoreAnchor interface
textstor/ITextStoreAnchor::InsertEmbedded
tsf.itextstoreanchor_insertembedded
tsf\itextstoreanchor_insertembedded.htm
TSF
414842cc-7c3e-4f5c-93ac-3bd0eda5293e
12/05/2018
ITextStoreAnchor interface [Text Services Framework],InsertEmbedded method, ITextStoreAnchor.InsertEmbedded, ITextStoreAnchor::InsertEmbedded, InsertEmbedded, InsertEmbedded method [Text Services Framework], InsertEmbedded method [Text Services Framework],ITextStoreAnchor interface, textstor/ITextStoreAnchor::InsertEmbedded, tsf.itextstoreanchor_insertembedded
textstor.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Textstor.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITextStoreAnchor::InsertEmbedded
textstor/ITextStoreAnchor::InsertEmbedded
c++
APIRef
kbSyntax
COM
msctf.dll
ITextStoreAnchor.InsertEmbedded

ITextStoreAnchor::InsertEmbedded

-description

Inserts an IDataObject data object into a text stream.

-parameters

-param dwFlags [in]

Must be TS_IE_CORRECTION.

-param paStart [in]

Pointer to the anchor at the start of the object to be inserted.

-param paEnd [in]

Pointer to the anchor at the end of the object to be inserted.

-param pDataObject [in]

Pointer to an IDataObject data object.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
The method was unable to obtain a valid interface pointer to the start and/or end anchors.
E_INVALIDARG
One or more input parameters are invalid.
E_NOTIMPL
The application does not support embedded objects.
TS_E_FORMAT
The application does not support the data type contained in pDataObject.
TS_E_INVALIDPOS
paStart and/or paEnd are not within the document.
TS_E_NOLOCK
The caller does not have a read/write lock.

-see-also

IDataObject

ITextStoreAnchor

ITextStoreAnchor::QueryInsertEmbedded

ITextStoreAnchor::SetText

TS_CHAR_EMBEDDED

TS_IE_* Constants