Win32 API 日本語リファレンス
ホームUI.Accessibility › IUIAutomationEventHandlerGroup

IUIAutomationEventHandlerGroup

COM
IIDc9ee12f2-c13b-4408-997c-639914377f4e継承元IUnknown自前メソッド開始 vtbl3

メソッド 7

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
3HRESULT AddActiveTextPositionChangedEventHandler(TreeScope scope, IUIAutomationCacheRequest* cacheRequest, IUIAutomationActiveTextPositionChangedEventHandler* handler)
4HRESULT AddAutomationEventHandler(UIA_EVENT_ID eventId, TreeScope scope, IUIAutomationCacheRequest* cacheRequest, IUIAutomationEventHandler* handler)
5HRESULT AddChangesEventHandler(TreeScope scope, INT* changeTypes, INT changesCount, IUIAutomationCacheRequest* cacheRequest, IUIAutomationChangesEventHandler* handler)
6HRESULT AddNotificationEventHandler(TreeScope scope, IUIAutomationCacheRequest* cacheRequest, IUIAutomationNotificationEventHandler* handler)
7HRESULT AddPropertyChangedEventHandler(TreeScope scope, IUIAutomationCacheRequest* cacheRequest, IUIAutomationPropertyChangedEventHandler* handler, UIA_PROPERTY_ID* propertyArray, INT propertyCount)
8HRESULT AddStructureChangedEventHandler(TreeScope scope, IUIAutomationCacheRequest* cacheRequest, IUIAutomationStructureChangedEventHandler* handler)
9HRESULT AddTextEditTextChangedEventHandler(TreeScope scope, TextEditChangeType textEditChangeType, IUIAutomationCacheRequest* cacheRequest, IUIAutomationTextEditTextChangedEventHandler* handler)