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 포함) |