Windows.Win32.IUIAutomationFocusChangedEventHandler.g.cs (15)
26 :IVTable<IUIAutomationFocusChangedEventHandler,IUIAutomationFocusChangedEventHandler.Vtbl>,IComIID {
42 return ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this), riid, ppvObject);
47 return ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint>)lpVtbl[1])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this));
52 return ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint>)lpVtbl[2])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this));
58 private static winmdroot.Foundation.HRESULT HandleFocusChangedEvent(IUIAutomationFocusChangedEventHandler* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* sender)
90 ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this), sender).ThrowOnFailure();
114 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
116 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint> AddRef_2;
118 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint> Release_3;
120 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.HRESULT> HandleFocusChangedEvent_4;