IXpsOMGlyphsEditor::GetProhibitedCaretStopCount 方法 (xpsobjectmodel.h)
获取禁止的插入点数。
语法
HRESULT GetProhibitedCaretStopCount(
[out, retval] UINT32 *prohibitedCaretStopCount
);
参数
[out, retval] prohibitedCaretStopCount
禁止的插入点数。
返回值
该方法返回 HRESULT。 可能的值包括但不限于后面的表中的值。 有关此表中未列出的 XPS 文档 API 返回值的信息,请参阅 XPS 文档错误。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
prohibitedCaretStopCount 为 NULL。 |
注解
若要获取禁止的插入点,请调用 GetProhibitedCaretStops。
每个插入点索引对应于 UTF-16 UnicodeString 属性的标量值。 索引 0 表示 位于 UnicodeString 的第一个 UTF-16 标量值之前的位置;index 1 表示第一个和第二个 UTF-16 标量值之间的位置,依依此。 UnicodeString 末尾有一个额外的索引。 任何未指定的索引都是有效的插入点停止位置。
要求
最低受支持的客户端 | Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | xpsobjectmodel.h |