IUIAutomationNotificationEventHandler::HandleNotificationEvent 方法 (uiautomationclient.h)
處理 Microsoft 使用者介面自動化 通知事件。
語法
HRESULT HandleNotificationEvent(
[in] IUIAutomationElement *sender,
NotificationKind notificationKind,
NotificationProcessing notificationProcessing,
BSTR displayString,
BSTR activityId
);
參數
[in] sender
引發事件之專案的指標。
notificationKind
通知類型。
notificationProcessing
指出如何處理通知。
displayString
要顯示在通知訊息中的字串。
activityId
用來識別動作或動作群組的唯一非當地語系化字串。 這是用來將其他資訊傳遞至事件處理程式。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
這個方法是由應用程式實作,以透過呼叫 AddNotificationEventHandler 來處理其訂閱的事件。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 1709 版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | uiautomationclient.h (包含 UIAutomation.h) |