CAnimationStoryboardEventHandler::CreateInstance
更新 : 2011 年 3 月
Visual Studio 2010 SP1 が必要です。
CAnimationStoryboardEventHandler コールバックのインスタンスを作成します。
static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
CAnimationController* pAnimationController,
IUIAnimationStoryboardEventHandler **ppHandler
);
パラメーター
pAnimationController
イベントを受け取るアニメーション コントローラーへのポインター。ppHandler
戻り値
メソッドが成功した場合は、S_OK を返します。 それ以外の場合は、HRESULT エラー コードを返します。
必要条件
ヘッダー: afxanimationcontroller.h
参照
その他の技術情報
CAnimationStoryboardEventHandler クラス
履歴の変更
日付 |
履歴 |
理由 |
---|---|---|
2011 年 3 月 |
このコンテンツを追加。 |
SP1 機能変更 |