#define global IID_IADsOU "{A2F733B8-EFFE-11CF-8ABC-00C04FD8D503}"
#usecom global IADsOU IID_IADsOU "{}"
#comfunc global IADsOU_get_Description 20 var
#comfunc global IADsOU_put_Description 21 wstr
#comfunc global IADsOU_get_LocalityName 22 var
#comfunc global IADsOU_put_LocalityName 23 wstr
#comfunc global IADsOU_get_PostalAddress 24 var
#comfunc global IADsOU_put_PostalAddress 25 wstr
#comfunc global IADsOU_get_TelephoneNumber 26 var
#comfunc global IADsOU_put_TelephoneNumber 27 wstr
#comfunc global IADsOU_get_FaxNumber 28 var
#comfunc global IADsOU_put_FaxNumber 29 wstr
#comfunc global IADsOU_get_SeeAlso 30 var
#comfunc global IADsOU_put_SeeAlso 31 int
#comfunc global IADsOU_get_BusinessCategory 32 var
#comfunc global IADsOU_put_BusinessCategory 33 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsOU "{A2F733B8-EFFE-11CF-8ABC-00C04FD8D503}"
#usecom global IADsOU IID_IADsOU "{}"
#comfunc global IADsOU_get_Description 20 sptr
#comfunc global IADsOU_put_Description 21 wstr
#comfunc global IADsOU_get_LocalityName 22 sptr
#comfunc global IADsOU_put_LocalityName 23 wstr
#comfunc global IADsOU_get_PostalAddress 24 sptr
#comfunc global IADsOU_put_PostalAddress 25 wstr
#comfunc global IADsOU_get_TelephoneNumber 26 sptr
#comfunc global IADsOU_put_TelephoneNumber 27 wstr
#comfunc global IADsOU_get_FaxNumber 28 sptr
#comfunc global IADsOU_put_FaxNumber 29 wstr
#comfunc global IADsOU_get_SeeAlso 30 sptr
#comfunc global IADsOU_put_SeeAlso 31 int
#comfunc global IADsOU_get_BusinessCategory 32 sptr
#comfunc global IADsOU_put_BusinessCategory 33 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。