IDirectManipulationViewport::RemoveEventHandler メソッド (directmanipulation.h)

ビューポートから既存のイベント ハンドラーを削除します。

構文

HRESULT RemoveEventHandler(
  [in] DWORD cookie
);

パラメーター

[in] cookie

AddEventHandler の以前の呼び出しによって返された値。

戻り値

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

要件

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

関連項目

IDirectManipulationViewport