#define global IID_IADsClass "{C8F93DD0-4AE0-11CF-9E73-00AA004A5691}"
#usecom global IADsClass IID_IADsClass "{}"
#comfunc global IADsClass_get_PrimaryInterface 20 var
#comfunc global IADsClass_get_CLSID 21 var
#comfunc global IADsClass_put_CLSID 22 wstr
#comfunc global IADsClass_get_OID 23 var
#comfunc global IADsClass_put_OID 24 wstr
#comfunc global IADsClass_get_Abstract 25 var
#comfunc global IADsClass_put_Abstract 26 int
#comfunc global IADsClass_get_Auxiliary 27 var
#comfunc global IADsClass_put_Auxiliary 28 int
#comfunc global IADsClass_get_MandatoryProperties 29 var
#comfunc global IADsClass_put_MandatoryProperties 30 int
#comfunc global IADsClass_get_OptionalProperties 31 var
#comfunc global IADsClass_put_OptionalProperties 32 int
#comfunc global IADsClass_get_NamingProperties 33 var
#comfunc global IADsClass_put_NamingProperties 34 int
#comfunc global IADsClass_get_DerivedFrom 35 var
#comfunc global IADsClass_put_DerivedFrom 36 int
#comfunc global IADsClass_get_AuxDerivedFrom 37 var
#comfunc global IADsClass_put_AuxDerivedFrom 38 int
#comfunc global IADsClass_get_PossibleSuperiors 39 var
#comfunc global IADsClass_put_PossibleSuperiors 40 int
#comfunc global IADsClass_get_Containment 41 var
#comfunc global IADsClass_put_Containment 42 int
#comfunc global IADsClass_get_Container 43 var
#comfunc global IADsClass_put_Container 44 int
#comfunc global IADsClass_get_HelpFileName 45 var
#comfunc global IADsClass_put_HelpFileName 46 wstr
#comfunc global IADsClass_get_HelpFileContext 47 var
#comfunc global IADsClass_put_HelpFileContext 48 int
#comfunc global IADsClass_Qualifiers 49 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsClass "{C8F93DD0-4AE0-11CF-9E73-00AA004A5691}"
#usecom global IADsClass IID_IADsClass "{}"
#comfunc global IADsClass_get_PrimaryInterface 20 sptr
#comfunc global IADsClass_get_CLSID 21 sptr
#comfunc global IADsClass_put_CLSID 22 wstr
#comfunc global IADsClass_get_OID 23 sptr
#comfunc global IADsClass_put_OID 24 wstr
#comfunc global IADsClass_get_Abstract 25 sptr
#comfunc global IADsClass_put_Abstract 26 int
#comfunc global IADsClass_get_Auxiliary 27 sptr
#comfunc global IADsClass_put_Auxiliary 28 int
#comfunc global IADsClass_get_MandatoryProperties 29 sptr
#comfunc global IADsClass_put_MandatoryProperties 30 int
#comfunc global IADsClass_get_OptionalProperties 31 sptr
#comfunc global IADsClass_put_OptionalProperties 32 int
#comfunc global IADsClass_get_NamingProperties 33 sptr
#comfunc global IADsClass_put_NamingProperties 34 int
#comfunc global IADsClass_get_DerivedFrom 35 sptr
#comfunc global IADsClass_put_DerivedFrom 36 int
#comfunc global IADsClass_get_AuxDerivedFrom 37 sptr
#comfunc global IADsClass_put_AuxDerivedFrom 38 int
#comfunc global IADsClass_get_PossibleSuperiors 39 sptr
#comfunc global IADsClass_put_PossibleSuperiors 40 int
#comfunc global IADsClass_get_Containment 41 sptr
#comfunc global IADsClass_put_Containment 42 int
#comfunc global IADsClass_get_Container 43 sptr
#comfunc global IADsClass_put_Container 44 int
#comfunc global IADsClass_get_HelpFileName 45 sptr
#comfunc global IADsClass_put_HelpFileName 46 wstr
#comfunc global IADsClass_get_HelpFileContext 47 sptr
#comfunc global IADsClass_put_HelpFileContext 48 int
#comfunc global IADsClass_Qualifiers 49 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。