#define global IID_ISchemaType "{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}"
#usecom global ISchemaType IID_ISchemaType "{}"
#comfunc global ISchemaType_get_baseTypes 14 sptr
#comfunc global ISchemaType_get_final 15 var
#comfunc global ISchemaType_get_variety 16 var
#comfunc global ISchemaType_get_derivedBy 17 var
#comfunc global ISchemaType_isValid 18 wstr,var
#comfunc global ISchemaType_get_minExclusive 19 var
#comfunc global ISchemaType_get_minInclusive 20 var
#comfunc global ISchemaType_get_maxExclusive 21 var
#comfunc global ISchemaType_get_maxInclusive 22 var
#comfunc global ISchemaType_get_totalDigits 23 var
#comfunc global ISchemaType_get_fractionDigits 24 var
#comfunc global ISchemaType_get_length 25 var
#comfunc global ISchemaType_get_minLength 26 var
#comfunc global ISchemaType_get_maxLength 27 var
#comfunc global ISchemaType_get_enumeration 28 sptr
#comfunc global ISchemaType_get_whitespace 29 var
#comfunc global ISchemaType_get_patterns 30 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ISchemaType "{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}"
#usecom global ISchemaType IID_ISchemaType "{}"
#comfunc global ISchemaType_get_baseTypes 14 sptr
#comfunc global ISchemaType_get_final 15 sptr
#comfunc global ISchemaType_get_variety 16 sptr
#comfunc global ISchemaType_get_derivedBy 17 sptr
#comfunc global ISchemaType_isValid 18 wstr,sptr
#comfunc global ISchemaType_get_minExclusive 19 sptr
#comfunc global ISchemaType_get_minInclusive 20 sptr
#comfunc global ISchemaType_get_maxExclusive 21 sptr
#comfunc global ISchemaType_get_maxInclusive 22 sptr
#comfunc global ISchemaType_get_totalDigits 23 sptr
#comfunc global ISchemaType_get_fractionDigits 24 sptr
#comfunc global ISchemaType_get_length 25 sptr
#comfunc global ISchemaType_get_minLength 26 sptr
#comfunc global ISchemaType_get_maxLength 27 sptr
#comfunc global ISchemaType_get_enumeration 28 sptr
#comfunc global ISchemaType_get_whitespace 29 sptr
#comfunc global ISchemaType_get_patterns 30 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。