次の方法で共有


CAnimationTimerEventHandler::CreateInstance

CAnimationTimerEventHandler コールバックのインスタンスを作成します。

static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
   CAnimationController* pAnimationController,
   IUIAnimationTimerEventHandler **ppTimerEventHandler
);

パラメーター

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

  • ppTimerEventHandler

戻り値

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

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CAnimationTimerEventHandler クラス