#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_ISearchCrawlScopeManager "{AB310581-AC80-11D1-8DF3-00C04FB6EF55}"
#usecom global ISearchCrawlScopeManager IID_ISearchCrawlScopeManager "{}"
#comfunc global ISearchCrawlScopeManager_AddDefaultScopeRule 3 wstr,int,int
#comfunc global ISearchCrawlScopeManager_AddRoot 4 sptr
#comfunc global ISearchCrawlScopeManager_RemoveRoot 5 wstr
#comfunc global ISearchCrawlScopeManager_EnumerateRoots 6 sptr
#comfunc global ISearchCrawlScopeManager_AddHierarchicalScope 7 wstr,int,int,int
#comfunc global ISearchCrawlScopeManager_AddUserScopeRule 8 wstr,int,int,int
#comfunc global ISearchCrawlScopeManager_RemoveScopeRule 9 wstr
#comfunc global ISearchCrawlScopeManager_EnumerateScopeRules 10 sptr
#comfunc global ISearchCrawlScopeManager_HasParentScopeRule 11 wstr,var
#comfunc global ISearchCrawlScopeManager_HasChildScopeRule 12 wstr,var
#comfunc global ISearchCrawlScopeManager_IncludedInCrawlScope 13 wstr,var
#comfunc global ISearchCrawlScopeManager_IncludedInCrawlScopeEx 14 wstr,var,var
#comfunc global ISearchCrawlScopeManager_RevertToDefaultScopes 15
#comfunc global ISearchCrawlScopeManager_SaveAll 16
#comfunc global ISearchCrawlScopeManager_GetParentScopeVersionId 17 wstr,var
#comfunc global ISearchCrawlScopeManager_RemoveDefaultScopeRule 18 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_ISearchCrawlScopeManager "{AB310581-AC80-11D1-8DF3-00C04FB6EF55}"
#usecom global ISearchCrawlScopeManager IID_ISearchCrawlScopeManager "{}"
#comfunc global ISearchCrawlScopeManager_AddDefaultScopeRule 3 wstr,int,int
#comfunc global ISearchCrawlScopeManager_AddRoot 4 sptr
#comfunc global ISearchCrawlScopeManager_RemoveRoot 5 wstr
#comfunc global ISearchCrawlScopeManager_EnumerateRoots 6 sptr
#comfunc global ISearchCrawlScopeManager_AddHierarchicalScope 7 wstr,int,int,int
#comfunc global ISearchCrawlScopeManager_AddUserScopeRule 8 wstr,int,int,int
#comfunc global ISearchCrawlScopeManager_RemoveScopeRule 9 wstr
#comfunc global ISearchCrawlScopeManager_EnumerateScopeRules 10 sptr
#comfunc global ISearchCrawlScopeManager_HasParentScopeRule 11 wstr,sptr
#comfunc global ISearchCrawlScopeManager_HasChildScopeRule 12 wstr,sptr
#comfunc global ISearchCrawlScopeManager_IncludedInCrawlScope 13 wstr,sptr
#comfunc global ISearchCrawlScopeManager_IncludedInCrawlScopeEx 14 wstr,sptr,sptr
#comfunc global ISearchCrawlScopeManager_RevertToDefaultScopes 15
#comfunc global ISearchCrawlScopeManager_SaveAll 16
#comfunc global ISearchCrawlScopeManager_GetParentScopeVersionId 17 wstr,sptr
#comfunc global ISearchCrawlScopeManager_RemoveDefaultScopeRule 18 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。