次の方法で共有


IInertiaProcessor::CompleteTime メソッド (manipulations.h)

特定のティックで現在の操作を完了し、慣性プロセッサの慣性を停止し、 ManipulationCompleted イベントを発生させます。

構文

HRESULT CompleteTime(
  [in] DWORD timestamp
);

パラメーター

[in] timestamp

処理するタイムスタンプ (ミリ秒単位) を含むパラメーター。

戻り値

成功 したS_OK を返します。それ以外の場合は、E_FAILなどのエラー コード 返します。

解説

CompleteTime メソッドは、_IManipulationEvents インターフェイス実装で ManipulationCompleted イベントを発生させます。

要件

   
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー manipulations.h (Manipulations.h を含む)

関連項目

完了

IInertiaProcessor

メソッド