IUIAutomation5::RemoveNotificationEventHandler 메서드(uiautomationclient.h)
알림 이벤트 처리기를 제거합니다.
구문
HRESULT RemoveNotificationEventHandler(
[in] IUIAutomationElement *element,
[in] IUIAutomationNotificationEventHandler *handler
);
매개 변수
[in] element
형식: IUIAutomationElement*
처리기를 제거할 UI 자동화 요소에 대한 포인터입니다.
[in] handler
형식: IUIAutomationNotificationEventHandler*
AddNotificationEventHandler에 전달된 인터페이스에 대한 포인터입니다.
반환 값
형식: HRESULT
메서드가 성공하면 S_OK를 반환하고, 성공하지 않으면 HRESULT 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 버전 1709 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server, 버전 1709 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | uiautomationclient.h(UIAutomation.h 포함) |