Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 4.29 KB

nf-uiautomationcore-iproxyproviderwineventsink-addstructurechangedevent.md

File metadata and controls

95 lines (67 loc) · 4.29 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:uiautomationcore.IProxyProviderWinEventSink.AddStructureChangedEvent
IProxyProviderWinEventSink::AddStructureChangedEvent (uiautomationcore.h)
Raises an event to notify clients that the structure of the UI Automation tree has changed.
AddStructureChangedEvent
AddStructureChangedEvent method [Windows Accessibility]
AddStructureChangedEvent method [Windows Accessibility]
IProxyProviderWinEventSink interface
IProxyProviderWinEventSink interface [Windows Accessibility]
AddStructureChangedEvent method
IProxyProviderWinEventSink.AddStructureChangedEvent
IProxyProviderWinEventSink::AddStructureChangedEvent
uiauto.uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent
uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent
uiautomationcore/IProxyProviderWinEventSink::AddStructureChangedEvent
winauto.uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent
winauto\uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent.htm
WinAuto
03be09a6-da4d-4071-bd7c-df79688c20d3
12/05/2018
AddStructureChangedEvent, AddStructureChangedEvent method [Windows Accessibility], AddStructureChangedEvent method [Windows Accessibility],IProxyProviderWinEventSink interface, IProxyProviderWinEventSink interface [Windows Accessibility],AddStructureChangedEvent method, IProxyProviderWinEventSink.AddStructureChangedEvent, IProxyProviderWinEventSink::AddStructureChangedEvent, uiauto.uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent, uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent, uiautomationcore/IProxyProviderWinEventSink::AddStructureChangedEvent, winauto.uiauto_IProxyProviderWinEventSink_AddStructureChangedEvent
uiautomationcore.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
UIAutomationCore.idl
Windows
19H1
IProxyProviderWinEventSink::AddStructureChangedEvent
uiautomationcore/IProxyProviderWinEventSink::AddStructureChangedEvent
c++
APIRef
kbSyntax
COM
UIAutomationCore.h
IProxyProviderWinEventSink.AddStructureChangedEvent

IProxyProviderWinEventSink::AddStructureChangedEvent

-description

Raises an event to notify clients that the structure of the UI Automation tree has changed.

-parameters

-param pProvider [in]

Type: IRawElementProviderSimple*

A pointer to the provider of the element that is raising the event.

-param unnamedParam2 [in]

Type: StructureChangeType

The type of structure change that occurred.

-param runtimeId [in]

Type: SAFEARRAY*

A pointer to the runtime identifiers of the elements that are affected. These IDs enable applications to identify elements that have been removed and are no longer represented by IUIAutomationElement interfaces.

-returns

Type: HRESULT

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

-see-also

Best Practices for Using Safe Arrays

Conceptual

IProxyProviderWinEventSink

Reference