#define global IID_IADsPropertyValue "{79FA9AD0-A97C-11D0-8534-00C04FD8D503}"
#usecom global IADsPropertyValue IID_IADsPropertyValue "{}"
#comfunc global IADsPropertyValue_Clear 7
#comfunc global IADsPropertyValue_get_ADsType 8 var
#comfunc global IADsPropertyValue_put_ADsType 9 int
#comfunc global IADsPropertyValue_get_DNString 10 var
#comfunc global IADsPropertyValue_put_DNString 11 wstr
#comfunc global IADsPropertyValue_get_CaseExactString 12 var
#comfunc global IADsPropertyValue_put_CaseExactString 13 wstr
#comfunc global IADsPropertyValue_get_CaseIgnoreString 14 var
#comfunc global IADsPropertyValue_put_CaseIgnoreString 15 wstr
#comfunc global IADsPropertyValue_get_PrintableString 16 var
#comfunc global IADsPropertyValue_put_PrintableString 17 wstr
#comfunc global IADsPropertyValue_get_NumericString 18 var
#comfunc global IADsPropertyValue_put_NumericString 19 wstr
#comfunc global IADsPropertyValue_get_Boolean 20 var
#comfunc global IADsPropertyValue_put_Boolean 21 int
#comfunc global IADsPropertyValue_get_Integer 22 var
#comfunc global IADsPropertyValue_put_Integer 23 int
#comfunc global IADsPropertyValue_get_OctetString 24 var
#comfunc global IADsPropertyValue_put_OctetString 25 int
#comfunc global IADsPropertyValue_get_SecurityDescriptor 26 sptr
#comfunc global IADsPropertyValue_put_SecurityDescriptor 27 sptr
#comfunc global IADsPropertyValue_get_LargeInteger 28 sptr
#comfunc global IADsPropertyValue_put_LargeInteger 29 sptr
#comfunc global IADsPropertyValue_get_UTCTime 30 var
#comfunc global IADsPropertyValue_put_UTCTime 31 double
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsPropertyValue "{79FA9AD0-A97C-11D0-8534-00C04FD8D503}"
#usecom global IADsPropertyValue IID_IADsPropertyValue "{}"
#comfunc global IADsPropertyValue_Clear 7
#comfunc global IADsPropertyValue_get_ADsType 8 sptr
#comfunc global IADsPropertyValue_put_ADsType 9 int
#comfunc global IADsPropertyValue_get_DNString 10 sptr
#comfunc global IADsPropertyValue_put_DNString 11 wstr
#comfunc global IADsPropertyValue_get_CaseExactString 12 sptr
#comfunc global IADsPropertyValue_put_CaseExactString 13 wstr
#comfunc global IADsPropertyValue_get_CaseIgnoreString 14 sptr
#comfunc global IADsPropertyValue_put_CaseIgnoreString 15 wstr
#comfunc global IADsPropertyValue_get_PrintableString 16 sptr
#comfunc global IADsPropertyValue_put_PrintableString 17 wstr
#comfunc global IADsPropertyValue_get_NumericString 18 sptr
#comfunc global IADsPropertyValue_put_NumericString 19 wstr
#comfunc global IADsPropertyValue_get_Boolean 20 sptr
#comfunc global IADsPropertyValue_put_Boolean 21 int
#comfunc global IADsPropertyValue_get_Integer 22 sptr
#comfunc global IADsPropertyValue_put_Integer 23 int
#comfunc global IADsPropertyValue_get_OctetString 24 sptr
#comfunc global IADsPropertyValue_put_OctetString 25 int
#comfunc global IADsPropertyValue_get_SecurityDescriptor 26 sptr
#comfunc global IADsPropertyValue_put_SecurityDescriptor 27 sptr
#comfunc global IADsPropertyValue_get_LargeInteger 28 sptr
#comfunc global IADsPropertyValue_put_LargeInteger 29 sptr
#comfunc global IADsPropertyValue_get_UTCTime 30 sptr
#comfunc global IADsPropertyValue_put_UTCTime 31 double
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。