#define global IID_IRegistrationInfo "{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}"
#usecom global IRegistrationInfo IID_IRegistrationInfo "{}"
#comfunc global IRegistrationInfo_get_Description 7 var
#comfunc global IRegistrationInfo_put_Description 8 wstr
#comfunc global IRegistrationInfo_get_Author 9 var
#comfunc global IRegistrationInfo_put_Author 10 wstr
#comfunc global IRegistrationInfo_get_Version 11 var
#comfunc global IRegistrationInfo_put_Version 12 wstr
#comfunc global IRegistrationInfo_get_Date 13 var
#comfunc global IRegistrationInfo_put_Date 14 wstr
#comfunc global IRegistrationInfo_get_Documentation 15 var
#comfunc global IRegistrationInfo_put_Documentation 16 wstr
#comfunc global IRegistrationInfo_get_XmlText 17 var
#comfunc global IRegistrationInfo_put_XmlText 18 wstr
#comfunc global IRegistrationInfo_get_URI 19 var
#comfunc global IRegistrationInfo_put_URI 20 wstr
#comfunc global IRegistrationInfo_get_SecurityDescriptor 21 var
#comfunc global IRegistrationInfo_put_SecurityDescriptor 22 int
#comfunc global IRegistrationInfo_get_Source 23 var
#comfunc global IRegistrationInfo_put_Source 24 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IRegistrationInfo "{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}"
#usecom global IRegistrationInfo IID_IRegistrationInfo "{}"
#comfunc global IRegistrationInfo_get_Description 7 sptr
#comfunc global IRegistrationInfo_put_Description 8 wstr
#comfunc global IRegistrationInfo_get_Author 9 sptr
#comfunc global IRegistrationInfo_put_Author 10 wstr
#comfunc global IRegistrationInfo_get_Version 11 sptr
#comfunc global IRegistrationInfo_put_Version 12 wstr
#comfunc global IRegistrationInfo_get_Date 13 sptr
#comfunc global IRegistrationInfo_put_Date 14 wstr
#comfunc global IRegistrationInfo_get_Documentation 15 sptr
#comfunc global IRegistrationInfo_put_Documentation 16 wstr
#comfunc global IRegistrationInfo_get_XmlText 17 sptr
#comfunc global IRegistrationInfo_put_XmlText 18 wstr
#comfunc global IRegistrationInfo_get_URI 19 sptr
#comfunc global IRegistrationInfo_put_URI 20 wstr
#comfunc global IRegistrationInfo_get_SecurityDescriptor 21 sptr
#comfunc global IRegistrationInfo_put_SecurityDescriptor 22 int
#comfunc global IRegistrationInfo_get_Source 23 sptr
#comfunc global IRegistrationInfo_put_Source 24 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。