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