#define global IID_IADsPropertyEntry "{05792C8E-941F-11D0-8529-00C04FD8D503}"
#usecom global IADsPropertyEntry IID_IADsPropertyEntry "{}"
#comfunc global IADsPropertyEntry_Clear 7
#comfunc global IADsPropertyEntry_get_Name 8 var
#comfunc global IADsPropertyEntry_put_Name 9 wstr
#comfunc global IADsPropertyEntry_get_ADsType 10 var
#comfunc global IADsPropertyEntry_put_ADsType 11 int
#comfunc global IADsPropertyEntry_get_ControlCode 12 var
#comfunc global IADsPropertyEntry_put_ControlCode 13 int
#comfunc global IADsPropertyEntry_get_Values 14 var
#comfunc global IADsPropertyEntry_put_Values 15 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsPropertyEntry "{05792C8E-941F-11D0-8529-00C04FD8D503}"
#usecom global IADsPropertyEntry IID_IADsPropertyEntry "{}"
#comfunc global IADsPropertyEntry_Clear 7
#comfunc global IADsPropertyEntry_get_Name 8 sptr
#comfunc global IADsPropertyEntry_put_Name 9 wstr
#comfunc global IADsPropertyEntry_get_ADsType 10 sptr
#comfunc global IADsPropertyEntry_put_ADsType 11 int
#comfunc global IADsPropertyEntry_get_ControlCode 12 sptr
#comfunc global IADsPropertyEntry_put_ControlCode 13 int
#comfunc global IADsPropertyEntry_get_Values 14 sptr
#comfunc global IADsPropertyEntry_put_Values 15 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。