Share via


CAnimationController::GetUIAnimationManager

Visual Studio 2010 SP1 is required.

Provides access to encapsulated IUIAnimationManager object.

IUIAnimationManager* GetUIAnimationManager();

Return Value

A pointer to IUIAnimationManager interface or NULL, if creation of animation manager failed.

Remarks

If current OS does not support Windows Animation API, this method returns NULL and after that all subsequent calls on CAnimationController::IsValid return FALSE. You may need to access IUIAnimationManager in order to call its interface methods, which are not wrapped by animation controller.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationController Class