UI_ANIMATION_UPDATE_RESULT enumeration (uianimation.h)

Defines results for animation updates.

Syntax

typedef enum __MIDL___MIDL_itf_UIAnimation_0000_0000_0001 {
  UI_ANIMATION_UPDATE_NO_CHANGE = 0,
  UI_ANIMATION_UPDATE_VARIABLES_CHANGED = 1
} UI_ANIMATION_UPDATE_RESULT;

Constants

 
UI_ANIMATION_UPDATE_NO_CHANGE
Value: 0
No animation variables have changed.
UI_ANIMATION_UPDATE_VARIABLES_CHANGED
Value: 1
One or more animation variables has changed.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server None supported
Header uianimation.h

See also

IUIAnimationManager::Update

IUIAnimationTimerUpdateHandler::OnUpdate