#define global IID_IADsProperty "{C8F93DD3-4AE0-11CF-9E73-00AA004A5691}"
#usecom global IADsProperty IID_IADsProperty "{}"
#comfunc global IADsProperty_get_OID 20 var
#comfunc global IADsProperty_put_OID 21 wstr
#comfunc global IADsProperty_get_Syntax 22 var
#comfunc global IADsProperty_put_Syntax 23 wstr
#comfunc global IADsProperty_get_MaxRange 24 var
#comfunc global IADsProperty_put_MaxRange 25 int
#comfunc global IADsProperty_get_MinRange 26 var
#comfunc global IADsProperty_put_MinRange 27 int
#comfunc global IADsProperty_get_MultiValued 28 var
#comfunc global IADsProperty_put_MultiValued 29 int
#comfunc global IADsProperty_Qualifiers 30 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsProperty "{C8F93DD3-4AE0-11CF-9E73-00AA004A5691}"
#usecom global IADsProperty IID_IADsProperty "{}"
#comfunc global IADsProperty_get_OID 20 sptr
#comfunc global IADsProperty_put_OID 21 wstr
#comfunc global IADsProperty_get_Syntax 22 sptr
#comfunc global IADsProperty_put_Syntax 23 wstr
#comfunc global IADsProperty_get_MaxRange 24 sptr
#comfunc global IADsProperty_put_MaxRange 25 int
#comfunc global IADsProperty_get_MinRange 26 sptr
#comfunc global IADsProperty_put_MinRange 27 int
#comfunc global IADsProperty_get_MultiValued 28 sptr
#comfunc global IADsProperty_put_MultiValued 29 int
#comfunc global IADsProperty_Qualifiers 30 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。