Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.37 KB

nf-uiautomationclient-iuiautomationchangeseventhandler-handlechangesevent.md

File metadata and controls

79 lines (62 loc) · 3.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationclient.IUIAutomationChangesEventHandler.HandleChangesEvent
IUIAutomationChangesEventHandler::HandleChangesEvent (uiautomationclient.h)
Handles one or more Microsoft UI Automation change events.
HandleChangesEvent
HandleChangesEvent method [Windows Accessibility]
HandleChangesEvent method [Windows Accessibility]
IUIAutomationChangesEventHandler interface
IUIAutomationChangesEventHandler interface [Windows Accessibility]
HandleChangesEvent method
IUIAutomationChangesEventHandler.HandleChangesEvent
IUIAutomationChangesEventHandler::HandleChangesEvent
uiautomationclient/IUIAutomationChangesEventHandler::HandleChangesEvent
winauto.uiauto_IUIAutomationChangesEventHandler_HandleChangesEvent
winauto\uiauto_IUIAutomationChangesEventHandler_HandleChangesEvent.htm
WinAuto
5BCE09F7-9811-49F5-B2C4-8DABC44CA406
12/05/2018
HandleChangesEvent, HandleChangesEvent method [Windows Accessibility], HandleChangesEvent method [Windows Accessibility],IUIAutomationChangesEventHandler interface, IUIAutomationChangesEventHandler interface [Windows Accessibility],HandleChangesEvent method, IUIAutomationChangesEventHandler.HandleChangesEvent, IUIAutomationChangesEventHandler::HandleChangesEvent, uiautomationclient/IUIAutomationChangesEventHandler::HandleChangesEvent, winauto.uiauto_IUIAutomationChangesEventHandler_HandleChangesEvent
uiautomationclient.h
UIAutomation.h
Windows
Windows 10, version 1703 [desktop apps only]
Windows Server 2016 [desktop apps only]
UIAutomationClient.idl
Windows
19H1
IUIAutomationChangesEventHandler::HandleChangesEvent
uiautomationclient/IUIAutomationChangesEventHandler::HandleChangesEvent
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationChangesEventHandler.HandleChangesEvent

IUIAutomationChangesEventHandler::HandleChangesEvent

-description

Handles one or more Microsoft UI Automation change events.

-parameters

-param sender [in]

A pointer to the element that raised the event.

-param uiaChanges [in]

A collection of pointers to UiaChangeInfo structures.

-param changesCount [in]

The number of changes that occurred. This is the number of UiaChangeInfo structures pointed to by the uiaChanges parameter.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

This method is implemented by the application to handle events that it has subscribed to by calling AddChangesEventHandler.

-see-also

IUIAutomationChangesEventHandler