Esempio n. 1
0
 public virtual extern void IUIAutomation3_AddAutomationEventHandler(
     [In] int eventId,
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationElement element,
     [In] TreeScope scope,
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationCacheRequest cacheRequest,
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationEventHandler handler);
Esempio n. 2
0
 public virtual extern void IUIAutomation3_RemoveAutomationEventHandler(
     [In] int eventId,
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationElement element,
     [MarshalAs(unmanagedType: UnmanagedType.Interface), In]
     IUIAutomationEventHandler handler);