次の方法で共有


CAnimationManagerEventHandler::CreateInstance

Visual Studio 2010 SP1 が必要です。

CAnimationManagerEventHandler オブジェクトのインスタンスを作成します。

static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
   CAnimationController* pAnimationController,
   IUIAnimationManagerEventHandler **ppManagerEventHandler
);

パラメーター

  • pAnimationController
    イベントを受け取るアニメーション コントローラーへのポインター。

  • ppManagerEventHandler
    出力。メソッドが成功した場合に、アニメーション マネージャーに対するステータスの更新を処理する COM オブジェクトへのポインターが格納されます。

戻り値

メソッドが成功した場合は、S_OK を返します。それ以外の場合は、HRESULT エラー コードを返します。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CAnimationManagerEventHandler クラス