CAnimationController::GetUITransitionFactory
指向 IUIAnimationTransitionFactory 接口的,或者如果创建转换库失败则为 NULL 的指针。
IUIAnimationTransitionFactory* GetUITransitionFactory();
返回值
指向 IUIAnimationTransitionFactory 的,或者创建过渡工厂失败则为 NULL 的指针。
备注
如果当前操作系统不支持 Windows 动画 API,则此方法返回 NULL,并且在这之后,对 CAnimationController::IsValid 的所有后续调用将返回 FALSE。
要求
标头: afxanimationcontroller.h