次の方法で共有


IDirectManipulationCompositor::SetUpdateManager メソッド (directmanipulation.h)

コンポジターの更新を 直接操作に送信するために使用する更新マネージャーを設定します。

構文

HRESULT SetUpdateManager(
  [in] IDirectManipulationUpdateManager *updateManager
);

パラメーター

[in] updateManager

更新マネージャー

戻り値

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

解説

GetUpdateManager を呼び出して updateManager を取得します

直接操作の初期化中にこのメソッドを呼び出して、コンポジターを更新マネージャーに接続します。

要件

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

関連項目

IDirectManipulationCompositor