共用方式為


IUIAnimationManager::SetManagerEventHandler 方法 (uianimation.h)

指定動畫管理員狀態更新的處理程式。

語法

HRESULT SetManagerEventHandler(
  [in, optional] IUIAnimationManagerEventHandler *handler
);

參數

[in, optional] handler

動畫管理員狀態變更時要呼叫的事件處理程式。

指定的對象必須實作 IUIAnimationManagerEventHandler 介面或 為 NULL

如需詳細資訊,請參閱一節。

傳回值

如果方法成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。 如需錯誤碼的清單,請參閱 Windows 動畫錯誤 碼。

備註

傳遞處理程序參數的 NULL 會導致 Windows Animation 釋放您稍早傳遞之任何處理程式對象的參考。 這項技術對於中斷參考週期而言可能很重要,而不需要呼叫 IUIAnimationManager::Shutdown 方法。

範例

如需範例,請參閱 更新動畫管理員和繪製畫面格

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 uianimation.h
Dll UIAnimation.dll

另請參閱

IUIAnimationManager

IUIAnimationManagerEventHandler