IUIAutomation::AddAutomationEventHandler 메서드(uiautomationclient.h)
Microsoft UI 자동화 이벤트를 처리하는 메서드를 등록합니다.
통사론
HRESULT AddAutomationEventHandler(
[in] EVENTID eventId,
[in] IUIAutomationElement *element,
[in] TreeScope scope,
[in] IUIAutomationCacheRequest *cacheRequest,
[in] IUIAutomationEventHandler *handler
);
매개 변수
[in] eventId
형식: EVENTID
메서드가 처리하는 이벤트의 식별자입니다. 이벤트 ID 목록은
[in] element
형식: IUIAutomationElement*
이벤트 처리기와 연결할 UI 자동화 요소에 대한 포인터입니다.
[in] scope
형식: TreeScope
처리할 이벤트의 범위입니다. 즉, 요소 자체에 있든, 상위 항목과 하위 항목에 있는지 여부입니다.
[in] cacheRequest
형식: IUIAutomationCacheRequest*
캐시 요청에 대한 포인터이거나 캐싱이 필요하지 않은 경우 NULL
[in] handler
형식: IUIAutomationEventHandler*
이벤트를 처리하는 개체에 대한 포인터입니다.
반환 값
형식: HRESULT
이 메서드가 성공하면 S_OK반환됩니다. 그렇지 않으면 HRESULT 오류 코드를 반환합니다.
발언
UI 자동화 클라이언트는 여러 스레드를 사용하여 이벤트 처리기를 추가하거나 제거하면 안 됩니다. 동일한 클라이언트 프로세스에서 다른 이벤트 처리기가 추가되거나 제거되는 동안 이벤트 처리기가 추가되거나 제거되는 경우 예기치 않은 동작이 발생할 수 있습니다.
요구 사항
요구 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트, WINDOWS XP SP3 및 Windows Vista용 플랫폼 업데이트[데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트, Windows Server 2003 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | uiautomationclient.h(UIAutomation.h 포함) |
참고 항목
캐싱 UI 자동화 속성 및 컨트롤 패턴
개념
IUIAutomation
IUIAutomationEventHandler
참조
RemoveAllEventHandlers
RemoveAutomationEventHandler
UI 자동화 이벤트 구독
스레딩 문제 이해