IUIAutomation5::AddNotificationEventHandler 메서드(uiautomationclient.h)
알림 이벤트를 처리하는 메서드를 등록합니다.
통사론
HRESULT AddNotificationEventHandler(
[in] IUIAutomationElement *element,
[in] TreeScope scope,
[in] IUIAutomationCacheRequest *cacheRequest,
[in] IUIAutomationNotificationEventHandler *handler
);
매개 변수
[in] element
형식: IUIAutomationElement*
이벤트 처리기와 연결된 UI 자동화 요소에 대한 포인터입니다.
[in] scope
형식: TreeScope
처리할 이벤트의 범위입니다. 즉, 요소 자체에 있든, 상위 항목과 하위 항목에 있는지 여부입니다.
[in] cacheRequest
형식: IUIAutomationCacheRequest*
캐시 요청에 대한 포인터이거나 캐싱이 필요하지 않은 경우 NULL
[in] handler
형식: IUIAutomationNotificationEventHandler*
알림 이벤트를 처리하는 개체에 대한 포인터입니다.
반환 값
형식: HRESULT
이 메서드가 성공하면 S_OK반환됩니다. 그렇지 않으면 HRESULT 오류 코드를 반환합니다.
요구 사항
요구 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 버전 1709 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 버전 1709 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | uiautomationclient.h(UIAutomation.h 포함) |
참고 항목
IUIAutomation5
RemoveAllEventHandlers