IUIAnimationVariable::SetVariableChangeHandler 方法 (uianimation.h)
指定變數變更處理程式。 此處理程式會通知動畫變數值的變更。
語法
HRESULT SetVariableChangeHandler(
[in, optional] IUIAnimationVariableChangeHandler *handler
);
參數
[in, optional] handler
變數變更處理程式。
指定的對象必須實作 IUIAnimationVariableChangeHandler 介面或 NULL。
請參閱<備註>。
傳回值
如果方法成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。 如需錯誤碼的清單,請參閱 Windows 動畫錯誤 碼。
備註
傳遞處理程序參數的 NULL 會導致 Windows Animation 釋放您稍早傳入的任何處理程式對象的參考。 這項技術對於中斷參考週期而言可能很重要,而不需要呼叫 IUIAnimationManager::Shutdown 方法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows Vista 的 Windows 7、Windows Vista 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | uianimation.h |
Dll | UIAnimation.dll |