Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Inserts an IDataObject data object into a text stream.
Syntax
HRESULT InsertEmbedded(
[in] DWORD dwFlags,
[in] IAnchor *paStart,
[in] IAnchor *paEnd,
[in] IDataObject *pDataObject
);
Parameters
[in] dwFlags
Must be TS_IE_CORRECTION.
[in] paStart
Pointer to the anchor at the start of the object to be inserted.
[in] paEnd
Pointer to the anchor at the end of the object to be inserted.
[in] pDataObject
Pointer to an IDataObject data object.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The method was unable to obtain a valid interface pointer to the start and/or end anchors. |
|
One or more input parameters are invalid. |
|
The application does not support embedded objects. |
|
The application does not support the data type contained in pDataObject. |
|
paStart and/or paEnd are not within the document. |
|
The caller does not have a read/write lock. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | textstor.h |
| DLL | Msctf.dll |
| Redistributable | TSF 1.0 on Windows 2000 Professional |