CAnimationStoryboardEventHandler::CreateInstance

创建 CAnimationStoryboardEventHandler 回调方法的实例。

static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
   CAnimationController* pAnimationController,
   IUIAnimationStoryboardEventHandler **ppHandler
);

参数

  • pAnimationController
    指向将接收事件的动画控制器的指针。

  • ppHandler

返回值

如果此方法成功,则返回 S_OK。 否则,它会返回 HRESULT 错误代码。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationStoryboardEventHandler 类