TextRange_MoveEndpointByUnit函式 (uiautomationcoreapi.h)
注意 此函式已被取代。 用戶端應用程式應該改用 Microsoft 使用者介面自動化 元件物件模型 (COM) 介面。
語法
HRESULT TextRange_MoveEndpointByUnit(
[in] HUIATEXTRANGE hobj,
[in] TextPatternRangeEndpoint endpoint,
[in] TextUnit unit,
[in] int count,
[out] int *pRetVal
);
參數
[in] hobj
類型: HUIATEXTRANGE
文字範圍物件。
[in] endpoint
類型: TextPatternRangeEndpoint
要移動的端點 (開始或結束) 。
[in] unit
類型: TextUnit
單位,例如Page、Line或 Word。
[in] count
類型: int
要移動的單位數。 正值會將範圍向前移動;負值會向後移動。
[out] pRetVal
類型: int*
當此函式傳回時,包含端點實際移動的單位數目。 這個參數會以未初始化的狀態傳遞。
傳回值
類型: HRESULT
如果成功,則傳回S_OK否則傳回錯誤值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | uiautomationcoreapi.h |
程式庫 | Uiautomationcore.lib |
Dll | Uiautomationcore.dll |