IUIAutomationNotificationEventHandler::HandleNotificationEvent メソッド (uiautomationclient.h)

Microsoft UI オートメーション通知イベントを処理します。

構文

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 を含む)

こちらもご覧ください

IUIAutomationNotificationEventHandler