#define global IID_IValueMapItem "{03837533-098B-11D8-9414-505054503030}"
#usecom global IValueMapItem IID_IValueMapItem "{}"
#comfunc global IValueMapItem_get_Description 7 var
#comfunc global IValueMapItem_put_Description 8 wstr
#comfunc global IValueMapItem_get_Enabled 9 var
#comfunc global IValueMapItem_put_Enabled 10 int
#comfunc global IValueMapItem_get_Key 11 var
#comfunc global IValueMapItem_put_Key 12 wstr
#comfunc global IValueMapItem_get_Value 13 var
#comfunc global IValueMapItem_put_Value 14 int
#comfunc global IValueMapItem_get_ValueMapType 15 var
#comfunc global IValueMapItem_put_ValueMapType 16 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IValueMapItem "{03837533-098B-11D8-9414-505054503030}"
#usecom global IValueMapItem IID_IValueMapItem "{}"
#comfunc global IValueMapItem_get_Description 7 sptr
#comfunc global IValueMapItem_put_Description 8 wstr
#comfunc global IValueMapItem_get_Enabled 9 sptr
#comfunc global IValueMapItem_put_Enabled 10 int
#comfunc global IValueMapItem_get_Key 11 sptr
#comfunc global IValueMapItem_put_Key 12 wstr
#comfunc global IValueMapItem_get_Value 13 sptr
#comfunc global IValueMapItem_put_Value 14 int
#comfunc global IValueMapItem_get_ValueMapType 15 sptr
#comfunc global IValueMapItem_put_ValueMapType 16 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。