Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles one or more Microsoft UI Automation change events.
Syntax
HRESULT HandleChangesEvent(
[in] IUIAutomationElement *sender,
[in] UiaChangeInfo *uiaChanges,
[in] int changesCount
);
Parameters
[in] sender
A pointer to the element that raised the event.
[in] uiaChanges
A collection of pointers to UiaChangeInfo structures.
[in] changesCount
The number of changes that occurred. This is the number of UiaChangeInfo structures pointed to by the uiaChanges parameter.
Return value
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |