#define global IID_IUIAutomationAnnotationPattern "{9A175B21-339E-41B1-8E8B-623F6B681098}"
#usecom global IUIAutomationAnnotationPattern IID_IUIAutomationAnnotationPattern "{}"
#comfunc global IUIAutomationAnnotationPattern_get_CurrentAnnotationTypeId 3 var
#comfunc global IUIAutomationAnnotationPattern_get_CurrentAnnotationTypeName 4 var
#comfunc global IUIAutomationAnnotationPattern_get_CurrentAuthor 5 var
#comfunc global IUIAutomationAnnotationPattern_get_CurrentDateTime 6 var
#comfunc global IUIAutomationAnnotationPattern_get_CurrentTarget 7 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CachedAnnotationTypeId 8 var
#comfunc global IUIAutomationAnnotationPattern_get_CachedAnnotationTypeName 9 var
#comfunc global IUIAutomationAnnotationPattern_get_CachedAuthor 10 var
#comfunc global IUIAutomationAnnotationPattern_get_CachedDateTime 11 var
#comfunc global IUIAutomationAnnotationPattern_get_CachedTarget 12 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IUIAutomationAnnotationPattern "{9A175B21-339E-41B1-8E8B-623F6B681098}"
#usecom global IUIAutomationAnnotationPattern IID_IUIAutomationAnnotationPattern "{}"
#comfunc global IUIAutomationAnnotationPattern_get_CurrentAnnotationTypeId 3 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CurrentAnnotationTypeName 4 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CurrentAuthor 5 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CurrentDateTime 6 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CurrentTarget 7 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CachedAnnotationTypeId 8 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CachedAnnotationTypeName 9 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CachedAuthor 10 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CachedDateTime 11 sptr
#comfunc global IUIAutomationAnnotationPattern_get_CachedTarget 12 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。