_generated\272\Windows.Win32.IUIAutomationStructureChangedEventHandler.g.cs (15)
27 :winmdroot.IVTable<IUIAutomationStructureChangedEventHandler,IUIAutomationStructureChangedEventHandler.Vtbl>,IComIID {
44 return ((delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IUIAutomationStructureChangedEventHandler*)Unsafe.AsPointer(ref this), riid, ppvObject);
49 return ((delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,uint>)lpVtbl[1])((IUIAutomationStructureChangedEventHandler*)Unsafe.AsPointer(ref this));
54 return ((delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,uint>)lpVtbl[2])((IUIAutomationStructureChangedEventHandler*)Unsafe.AsPointer(ref this));
60 private static winmdroot.Foundation.HRESULT HandleStructureChangedEvent(IUIAutomationStructureChangedEventHandler* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.StructureChangeType changeType, winmdroot.System.Com.SAFEARRAY* runtimeId)
96 ((delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.StructureChangeType ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationStructureChangedEventHandler*)Unsafe.AsPointer(ref this), sender, changeType, runtimeId).ThrowOnFailure();
122 internal delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
124 internal delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,uint> AddRef_2;
126 internal delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,uint> Release_3;
128 internal delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.StructureChangeType ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT> HandleStructureChangedEvent_4;