UiaRaiseChangesEvent 函式 (uiautomationcoreapi.h)
由提供者呼叫,通知 Microsoft 使用者介面自動化 核心發生變更。
語法
HRESULT UiaRaiseChangesEvent(
[in] IRawElementProviderSimple *pProvider,
[in] int eventIdCount,
[in] UiaChangeInfo *pUiaChanges
);
參數
[in] pProvider
類型: IRawElementProviderSimple*
發生變更事件的提供者節點。
[in] eventIdCount
發生的變更數目。 這是 pUiaChanges 參數所指向的 UiaChangeInfo 結構數目。
[in] pUiaChanges
UiaChangeInfo 結構的指標集合。
傳回值
類型: HRESULT
HRESULT 值,指出成功或失敗。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2016 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | uiautomationcoreapi.h |
程式庫 | Uiautomationcore.lib |
Dll | Uiautomationcore.dll |