#define global IID_IADsService "{68AF66E0-31CA-11CF-A98A-00AA006BC149}"
#usecom global IADsService IID_IADsService "{}"
#comfunc global IADsService_get_HostComputer 20 var
#comfunc global IADsService_put_HostComputer 21 wstr
#comfunc global IADsService_get_DisplayName 22 var
#comfunc global IADsService_put_DisplayName 23 wstr
#comfunc global IADsService_get_Version 24 var
#comfunc global IADsService_put_Version 25 wstr
#comfunc global IADsService_get_ServiceType 26 var
#comfunc global IADsService_put_ServiceType 27 int
#comfunc global IADsService_get_StartType 28 var
#comfunc global IADsService_put_StartType 29 int
#comfunc global IADsService_get_Path 30 var
#comfunc global IADsService_put_Path 31 wstr
#comfunc global IADsService_get_StartupParameters 32 var
#comfunc global IADsService_put_StartupParameters 33 wstr
#comfunc global IADsService_get_ErrorControl 34 var
#comfunc global IADsService_put_ErrorControl 35 int
#comfunc global IADsService_get_LoadOrderGroup 36 var
#comfunc global IADsService_put_LoadOrderGroup 37 wstr
#comfunc global IADsService_get_ServiceAccountName 38 var
#comfunc global IADsService_put_ServiceAccountName 39 wstr
#comfunc global IADsService_get_ServiceAccountPath 40 var
#comfunc global IADsService_put_ServiceAccountPath 41 wstr
#comfunc global IADsService_get_Dependencies 42 var
#comfunc global IADsService_put_Dependencies 43 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsService "{68AF66E0-31CA-11CF-A98A-00AA006BC149}"
#usecom global IADsService IID_IADsService "{}"
#comfunc global IADsService_get_HostComputer 20 sptr
#comfunc global IADsService_put_HostComputer 21 wstr
#comfunc global IADsService_get_DisplayName 22 sptr
#comfunc global IADsService_put_DisplayName 23 wstr
#comfunc global IADsService_get_Version 24 sptr
#comfunc global IADsService_put_Version 25 wstr
#comfunc global IADsService_get_ServiceType 26 sptr
#comfunc global IADsService_put_ServiceType 27 int
#comfunc global IADsService_get_StartType 28 sptr
#comfunc global IADsService_put_StartType 29 int
#comfunc global IADsService_get_Path 30 sptr
#comfunc global IADsService_put_Path 31 wstr
#comfunc global IADsService_get_StartupParameters 32 sptr
#comfunc global IADsService_put_StartupParameters 33 wstr
#comfunc global IADsService_get_ErrorControl 34 sptr
#comfunc global IADsService_put_ErrorControl 35 int
#comfunc global IADsService_get_LoadOrderGroup 36 sptr
#comfunc global IADsService_put_LoadOrderGroup 37 wstr
#comfunc global IADsService_get_ServiceAccountName 38 sptr
#comfunc global IADsService_put_ServiceAccountName 39 wstr
#comfunc global IADsService_get_ServiceAccountPath 40 sptr
#comfunc global IADsService_put_ServiceAccountPath 41 wstr
#comfunc global IADsService_get_Dependencies 42 sptr
#comfunc global IADsService_put_Dependencies 43 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。