CAnimationVariableIntegerChangeHandler::CreateInstance

创建 CAnimationVariableIntegerChangeHandler 回调的实例。

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

参数

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

  • ppHandler

返回值

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

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationVariableIntegerChangeHandler 类