#define global IID_ISClusProperty "{F2E606FE-2631-11D1-89F1-00A0C90D061E}"
#usecom global ISClusProperty IID_ISClusProperty "{}"
#comfunc global ISClusProperty_get_Name 7 var
#comfunc global ISClusProperty_get_Length 8 var
#comfunc global ISClusProperty_get_ValueCount 9 var
#comfunc global ISClusProperty_get_Values 10 sptr
#comfunc global ISClusProperty_get_Value 11 var
#comfunc global ISClusProperty_put_Value 12 int
#comfunc global ISClusProperty_get_Type 13 var
#comfunc global ISClusProperty_put_Type 14 int
#comfunc global ISClusProperty_get_Format 15 var
#comfunc global ISClusProperty_put_Format 16 int
#comfunc global ISClusProperty_get_ReadOnly 17 var
#comfunc global ISClusProperty_get_Private 18 var
#comfunc global ISClusProperty_get_Common 19 var
#comfunc global ISClusProperty_get_Modified 20 var
#comfunc global ISClusProperty_UseDefaultValue 21
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ISClusProperty "{F2E606FE-2631-11D1-89F1-00A0C90D061E}"
#usecom global ISClusProperty IID_ISClusProperty "{}"
#comfunc global ISClusProperty_get_Name 7 sptr
#comfunc global ISClusProperty_get_Length 8 sptr
#comfunc global ISClusProperty_get_ValueCount 9 sptr
#comfunc global ISClusProperty_get_Values 10 sptr
#comfunc global ISClusProperty_get_Value 11 sptr
#comfunc global ISClusProperty_put_Value 12 int
#comfunc global ISClusProperty_get_Type 13 sptr
#comfunc global ISClusProperty_put_Type 14 int
#comfunc global ISClusProperty_get_Format 15 sptr
#comfunc global ISClusProperty_put_Format 16 int
#comfunc global ISClusProperty_get_ReadOnly 17 sptr
#comfunc global ISClusProperty_get_Private 18 sptr
#comfunc global ISClusProperty_get_Common 19 sptr
#comfunc global ISClusProperty_get_Modified 20 sptr
#comfunc global ISClusProperty_UseDefaultValue 21
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。