#define global IID_ISearchRoot "{04C18CCF-1F57-4CBD-88CC-3900F5195CE3}"
#usecom global ISearchRoot IID_ISearchRoot "{}"
#comfunc global ISearchRoot_put_Schedule 3 wstr
#comfunc global ISearchRoot_get_Schedule 4 var
#comfunc global ISearchRoot_put_RootURL 5 wstr
#comfunc global ISearchRoot_get_RootURL 6 var
#comfunc global ISearchRoot_put_IsHierarchical 7 int
#comfunc global ISearchRoot_get_IsHierarchical 8 var
#comfunc global ISearchRoot_put_ProvidesNotifications 9 int
#comfunc global ISearchRoot_get_ProvidesNotifications 10 var
#comfunc global ISearchRoot_put_UseNotificationsOnly 11 int
#comfunc global ISearchRoot_get_UseNotificationsOnly 12 var
#comfunc global ISearchRoot_put_EnumerationDepth 13 int
#comfunc global ISearchRoot_get_EnumerationDepth 14 var
#comfunc global ISearchRoot_put_HostDepth 15 int
#comfunc global ISearchRoot_get_HostDepth 16 var
#comfunc global ISearchRoot_put_FollowDirectories 17 int
#comfunc global ISearchRoot_get_FollowDirectories 18 var
#comfunc global ISearchRoot_put_AuthenticationType 19 int
#comfunc global ISearchRoot_get_AuthenticationType 20 var
#comfunc global ISearchRoot_put_User 21 wstr
#comfunc global ISearchRoot_get_User 22 var
#comfunc global ISearchRoot_put_Password 23 wstr
#comfunc global ISearchRoot_get_Password 24 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_ISearchRoot "{04C18CCF-1F57-4CBD-88CC-3900F5195CE3}"
#usecom global ISearchRoot IID_ISearchRoot "{}"
#comfunc global ISearchRoot_put_Schedule 3 wstr
#comfunc global ISearchRoot_get_Schedule 4 sptr
#comfunc global ISearchRoot_put_RootURL 5 wstr
#comfunc global ISearchRoot_get_RootURL 6 sptr
#comfunc global ISearchRoot_put_IsHierarchical 7 int
#comfunc global ISearchRoot_get_IsHierarchical 8 sptr
#comfunc global ISearchRoot_put_ProvidesNotifications 9 int
#comfunc global ISearchRoot_get_ProvidesNotifications 10 sptr
#comfunc global ISearchRoot_put_UseNotificationsOnly 11 int
#comfunc global ISearchRoot_get_UseNotificationsOnly 12 sptr
#comfunc global ISearchRoot_put_EnumerationDepth 13 int
#comfunc global ISearchRoot_get_EnumerationDepth 14 sptr
#comfunc global ISearchRoot_put_HostDepth 15 int
#comfunc global ISearchRoot_get_HostDepth 16 sptr
#comfunc global ISearchRoot_put_FollowDirectories 17 int
#comfunc global ISearchRoot_get_FollowDirectories 18 sptr
#comfunc global ISearchRoot_put_AuthenticationType 19 int
#comfunc global ISearchRoot_get_AuthenticationType 20 sptr
#comfunc global ISearchRoot_put_User 21 wstr
#comfunc global ISearchRoot_get_User 22 sptr
#comfunc global ISearchRoot_put_Password 23 wstr
#comfunc global ISearchRoot_get_Password 24 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。