ITfInsertAtSelection::InsertTextAtSelection 方法 (msctf.h)
在所选内容或插入点插入文本。
语法
HRESULT InsertTextAtSelection(
[in] TfEditCookie ec,
[in] DWORD dwFlags,
[in] const WCHAR *pchText,
[in] LONG cch,
[out] ITfRange **ppRange
);
参数
[in] ec
标识编辑上下文。 这是从 ITfDocumentMgr::CreateContext 或 ITfEditSession::D oEditSession 获取的。
[in] dwFlags
具有以下值之一的位字段。
[in] pchText
指定要插入的文本。
[in] cch
指定 pchText 中文本的字符计数。
[out] ppRange
接收插入的对象的位置。
返回值
此方法可以返回其中一个值。
值 | 说明 |
---|---|
|
方法成功。 |
|
文本服务没有文档锁 |
|
上下文对象不在文档堆栈上。 |
|
上下文没有选择。 |
|
所选内容是只读的。 |
注解
若要插入 IDataObject 对象而不是文本,请使用 ITfInsertAtSelection::InsertEmbeddedAtSelection。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | msctf.h |
DLL | Msctf.dll |
可再发行组件 | Windows 2000 专业版上的 TSF 1.0 |