TextRange_MoveEndpointByUnit関数 (uiautomationcoreapi.h)
メモ この関数は非推奨です。 クライアント アプリケーションでは、代わりに Microsoft UI オートメーション コンポーネント オブジェクト モデル (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 |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |