次の方法で共有


IDirectManipulationDeferContactService::D eferContact メソッド (directmanipulation.h)

この pointerId に対する SetContact の呼び出しの実行を延期する時間を指定します。

SetContact の前に DeferContact を呼び出す必要があります。

構文

HRESULT DeferContact(
  [in] UINT32 pointerId,
  [in] UINT32 timeout
);

パラメーター

[in] pointerId

ポインターの ID。

[in] timeout

遅延の期間 (ミリ秒単位)。 最大値は 500 です。

戻り値

メソッドが成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。

要件

   
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー directmanipulation.h

関連項目

IDirectManipulationDeferContactService