#define global IID_IUri "{A39EE748-6A27-4817-A6F2-13914BEF5890}"
#usecom global IUri IID_IUri "{}"
#comfunc global IUri_GetPropertyBSTR 3 int,var,int
#comfunc global IUri_GetPropertyLength 4 int,var,int
#comfunc global IUri_GetPropertyDWORD 5 int,var,int
#comfunc global IUri_HasProperty 6 int,var
#comfunc global IUri_GetAbsoluteUri 7 var
#comfunc global IUri_GetAuthority 8 var
#comfunc global IUri_GetDisplayUri 9 var
#comfunc global IUri_GetDomain 10 var
#comfunc global IUri_GetExtension 11 var
#comfunc global IUri_GetFragment 12 var
#comfunc global IUri_GetHost 13 var
#comfunc global IUri_GetPassword 14 var
#comfunc global IUri_GetPath 15 var
#comfunc global IUri_GetPathAndQuery 16 var
#comfunc global IUri_GetQuery 17 var
#comfunc global IUri_GetRawUri 18 var
#comfunc global IUri_GetSchemeName 19 var
#comfunc global IUri_GetUserInfo 20 var
#comfunc global IUri_GetUserName 21 var
#comfunc global IUri_GetHostType 22 var
#comfunc global IUri_GetPort 23 var
#comfunc global IUri_GetScheme 24 var
#comfunc global IUri_GetZone 25 var
#comfunc global IUri_GetProperties 26 var
#comfunc global IUri_IsEqual 27 sptr,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IUri "{A39EE748-6A27-4817-A6F2-13914BEF5890}"
#usecom global IUri IID_IUri "{}"
#comfunc global IUri_GetPropertyBSTR 3 int,sptr,int
#comfunc global IUri_GetPropertyLength 4 int,sptr,int
#comfunc global IUri_GetPropertyDWORD 5 int,sptr,int
#comfunc global IUri_HasProperty 6 int,sptr
#comfunc global IUri_GetAbsoluteUri 7 sptr
#comfunc global IUri_GetAuthority 8 sptr
#comfunc global IUri_GetDisplayUri 9 sptr
#comfunc global IUri_GetDomain 10 sptr
#comfunc global IUri_GetExtension 11 sptr
#comfunc global IUri_GetFragment 12 sptr
#comfunc global IUri_GetHost 13 sptr
#comfunc global IUri_GetPassword 14 sptr
#comfunc global IUri_GetPath 15 sptr
#comfunc global IUri_GetPathAndQuery 16 sptr
#comfunc global IUri_GetQuery 17 sptr
#comfunc global IUri_GetRawUri 18 sptr
#comfunc global IUri_GetSchemeName 19 sptr
#comfunc global IUri_GetUserInfo 20 sptr
#comfunc global IUri_GetUserName 21 sptr
#comfunc global IUri_GetHostType 22 sptr
#comfunc global IUri_GetPort 23 sptr
#comfunc global IUri_GetScheme 24 sptr
#comfunc global IUri_GetZone 25 sptr
#comfunc global IUri_GetProperties 26 sptr
#comfunc global IUri_IsEqual 27 sptr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。