IUIAnimationVariable::SetVariableIntegerChangeHandler 方法 (uianimation.h)
指定整数变量更改处理程序。 此处理程序收到动画变量整数值更改的通知。
语法
HRESULT SetVariableIntegerChangeHandler(
[in, optional] IUIAnimationVariableIntegerChangeHandler *handler
);
参数
[in, optional] handler
整数变量更改处理程序。
指定的对象必须实现 IUIAnimationVariableIntegerChangeHandler 接口或为 NULL。
请参阅“备注”。
返回值
如果该方法成功,则它会返回 S_OK。 否则,将返回 HRESULT 错误代码。 有关错误代码的列表,请参阅 Windows 动画 错误代码。
注解
为 handler 参数传递 NULL 会导致 Windows 动画释放其对前面传入的任何处理程序对象的引用。 此方法对于中断引用周期至关重要,无需调用 IUIAnimationManager::Shutdown 方法。
仅当自上次更新后舍入值发生更改时,才调用 IUIAnimationVariableIntegerChangeHandler::OnIntegerValueChanged。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7、Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | uianimation.h |
DLL | UIAnimation.dll |