#define global IID_IUpdateService "{76B3B17E-AED6-4DA5-85F0-83587F81ABE3}"
#usecom global IUpdateService IID_IUpdateService "{}"
#comfunc global IUpdateService_get_Name 7 var
#comfunc global IUpdateService_get_ContentValidationCert 8 var
#comfunc global IUpdateService_get_ExpirationDate 9 var
#comfunc global IUpdateService_get_IsManaged 10 var
#comfunc global IUpdateService_get_IsRegisteredWithAU 11 var
#comfunc global IUpdateService_get_IssueDate 12 var
#comfunc global IUpdateService_get_OffersWindowsUpdates 13 var
#comfunc global IUpdateService_get_RedirectUrls 14 sptr
#comfunc global IUpdateService_get_ServiceID 15 var
#comfunc global IUpdateService_get_IsScanPackageService 16 var
#comfunc global IUpdateService_get_CanRegisterWithAU 17 var
#comfunc global IUpdateService_get_ServiceUrl 18 var
#comfunc global IUpdateService_get_SetupPrefix 19 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IUpdateService "{76B3B17E-AED6-4DA5-85F0-83587F81ABE3}"
#usecom global IUpdateService IID_IUpdateService "{}"
#comfunc global IUpdateService_get_Name 7 sptr
#comfunc global IUpdateService_get_ContentValidationCert 8 sptr
#comfunc global IUpdateService_get_ExpirationDate 9 sptr
#comfunc global IUpdateService_get_IsManaged 10 sptr
#comfunc global IUpdateService_get_IsRegisteredWithAU 11 sptr
#comfunc global IUpdateService_get_IssueDate 12 sptr
#comfunc global IUpdateService_get_OffersWindowsUpdates 13 sptr
#comfunc global IUpdateService_get_RedirectUrls 14 sptr
#comfunc global IUpdateService_get_ServiceID 15 sptr
#comfunc global IUpdateService_get_IsScanPackageService 16 sptr
#comfunc global IUpdateService_get_CanRegisterWithAU 17 sptr
#comfunc global IUpdateService_get_ServiceUrl 18 sptr
#comfunc global IUpdateService_get_SetupPrefix 19 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。