#define global IID_IValueMap "{03837534-098B-11D8-9414-505054503030}"
#usecom global IValueMap IID_IValueMap "{}"
#comfunc global IValueMap_get_Count 7 var
#comfunc global IValueMap_get_Item 8 int,sptr
#comfunc global IValueMap_get__NewEnum 9 sptr
#comfunc global IValueMap_get_Description 10 var
#comfunc global IValueMap_put_Description 11 wstr
#comfunc global IValueMap_get_Value 12 var
#comfunc global IValueMap_put_Value 13 int
#comfunc global IValueMap_get_ValueMapType 14 var
#comfunc global IValueMap_put_ValueMapType 15 int
#comfunc global IValueMap_Add 16 int
#comfunc global IValueMap_Remove 17 int
#comfunc global IValueMap_Clear 18
#comfunc global IValueMap_AddRange 19 sptr
#comfunc global IValueMap_CreateValueMapItem 20 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IValueMap "{03837534-098B-11D8-9414-505054503030}"
#usecom global IValueMap IID_IValueMap "{}"
#comfunc global IValueMap_get_Count 7 sptr
#comfunc global IValueMap_get_Item 8 int,sptr
#comfunc global IValueMap_get__NewEnum 9 sptr
#comfunc global IValueMap_get_Description 10 sptr
#comfunc global IValueMap_put_Description 11 wstr
#comfunc global IValueMap_get_Value 12 sptr
#comfunc global IValueMap_put_Value 13 int
#comfunc global IValueMap_get_ValueMapType 14 sptr
#comfunc global IValueMap_put_ValueMapType 15 int
#comfunc global IValueMap_Add 16 int
#comfunc global IValueMap_Remove 17 int
#comfunc global IValueMap_Clear 18
#comfunc global IValueMap_AddRange 19 sptr
#comfunc global IValueMap_CreateValueMapItem 20 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。