#define global IID_IUIAutomationProxyFactoryEntry "{D50E472E-B64B-490C-BCA1-D30696F9F289}"
#usecom global IUIAutomationProxyFactoryEntry IID_IUIAutomationProxyFactoryEntry "{}"
#comfunc global IUIAutomationProxyFactoryEntry_get_ProxyFactory 3 sptr
#comfunc global IUIAutomationProxyFactoryEntry_get_ClassName 4 var
#comfunc global IUIAutomationProxyFactoryEntry_get_ImageName 5 var
#comfunc global IUIAutomationProxyFactoryEntry_get_AllowSubstringMatch 6 var
#comfunc global IUIAutomationProxyFactoryEntry_get_CanCheckBaseClass 7 var
#comfunc global IUIAutomationProxyFactoryEntry_get_NeedsAdviseEvents 8 var
#comfunc global IUIAutomationProxyFactoryEntry_put_ClassName 9 wstr
#comfunc global IUIAutomationProxyFactoryEntry_put_ImageName 10 wstr
#comfunc global IUIAutomationProxyFactoryEntry_put_AllowSubstringMatch 11 int
#comfunc global IUIAutomationProxyFactoryEntry_put_CanCheckBaseClass 12 int
#comfunc global IUIAutomationProxyFactoryEntry_put_NeedsAdviseEvents 13 int
#comfunc global IUIAutomationProxyFactoryEntry_SetWinEventsForAutomationEvent 14 int,int,var
#comfunc global IUIAutomationProxyFactoryEntry_GetWinEventsForAutomationEvent 15 int,int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IUIAutomationProxyFactoryEntry "{D50E472E-B64B-490C-BCA1-D30696F9F289}"
#usecom global IUIAutomationProxyFactoryEntry IID_IUIAutomationProxyFactoryEntry "{}"
#comfunc global IUIAutomationProxyFactoryEntry_get_ProxyFactory 3 sptr
#comfunc global IUIAutomationProxyFactoryEntry_get_ClassName 4 sptr
#comfunc global IUIAutomationProxyFactoryEntry_get_ImageName 5 sptr
#comfunc global IUIAutomationProxyFactoryEntry_get_AllowSubstringMatch 6 sptr
#comfunc global IUIAutomationProxyFactoryEntry_get_CanCheckBaseClass 7 sptr
#comfunc global IUIAutomationProxyFactoryEntry_get_NeedsAdviseEvents 8 sptr
#comfunc global IUIAutomationProxyFactoryEntry_put_ClassName 9 wstr
#comfunc global IUIAutomationProxyFactoryEntry_put_ImageName 10 wstr
#comfunc global IUIAutomationProxyFactoryEntry_put_AllowSubstringMatch 11 int
#comfunc global IUIAutomationProxyFactoryEntry_put_CanCheckBaseClass 12 int
#comfunc global IUIAutomationProxyFactoryEntry_put_NeedsAdviseEvents 13 int
#comfunc global IUIAutomationProxyFactoryEntry_SetWinEventsForAutomationEvent 14 int,int,sptr
#comfunc global IUIAutomationProxyFactoryEntry_GetWinEventsForAutomationEvent 15 int,int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。