#define global IID_IAzTask "{CB94E592-2E0E-4A6C-A336-B89A6DC1E388}"
#usecom global IAzTask IID_IAzTask "{}"
#comfunc global IAzTask_get_Name 7 var
#comfunc global IAzTask_put_Name 8 wstr
#comfunc global IAzTask_get_Description 9 var
#comfunc global IAzTask_put_Description 10 wstr
#comfunc global IAzTask_get_ApplicationData 11 var
#comfunc global IAzTask_put_ApplicationData 12 wstr
#comfunc global IAzTask_get_BizRule 13 var
#comfunc global IAzTask_put_BizRule 14 wstr
#comfunc global IAzTask_get_BizRuleLanguage 15 var
#comfunc global IAzTask_put_BizRuleLanguage 16 wstr
#comfunc global IAzTask_get_BizRuleImportedPath 17 var
#comfunc global IAzTask_put_BizRuleImportedPath 18 wstr
#comfunc global IAzTask_get_IsRoleDefinition 19 var
#comfunc global IAzTask_put_IsRoleDefinition 20 int
#comfunc global IAzTask_get_Operations 21 var
#comfunc global IAzTask_get_Tasks 22 var
#comfunc global IAzTask_AddOperation 23 wstr,int
#comfunc global IAzTask_DeleteOperation 24 wstr,int
#comfunc global IAzTask_AddTask 25 wstr,int
#comfunc global IAzTask_DeleteTask 26 wstr,int
#comfunc global IAzTask_get_Writable 27 var
#comfunc global IAzTask_GetProperty 28 int,int,var
#comfunc global IAzTask_SetProperty 29 int,int,int
#comfunc global IAzTask_AddPropertyItem 30 int,int,int
#comfunc global IAzTask_DeletePropertyItem 31 int,int,int
#comfunc global IAzTask_Submit 32 int,int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IAzTask "{CB94E592-2E0E-4A6C-A336-B89A6DC1E388}"
#usecom global IAzTask IID_IAzTask "{}"
#comfunc global IAzTask_get_Name 7 sptr
#comfunc global IAzTask_put_Name 8 wstr
#comfunc global IAzTask_get_Description 9 sptr
#comfunc global IAzTask_put_Description 10 wstr
#comfunc global IAzTask_get_ApplicationData 11 sptr
#comfunc global IAzTask_put_ApplicationData 12 wstr
#comfunc global IAzTask_get_BizRule 13 sptr
#comfunc global IAzTask_put_BizRule 14 wstr
#comfunc global IAzTask_get_BizRuleLanguage 15 sptr
#comfunc global IAzTask_put_BizRuleLanguage 16 wstr
#comfunc global IAzTask_get_BizRuleImportedPath 17 sptr
#comfunc global IAzTask_put_BizRuleImportedPath 18 wstr
#comfunc global IAzTask_get_IsRoleDefinition 19 sptr
#comfunc global IAzTask_put_IsRoleDefinition 20 int
#comfunc global IAzTask_get_Operations 21 sptr
#comfunc global IAzTask_get_Tasks 22 sptr
#comfunc global IAzTask_AddOperation 23 wstr,int
#comfunc global IAzTask_DeleteOperation 24 wstr,int
#comfunc global IAzTask_AddTask 25 wstr,int
#comfunc global IAzTask_DeleteTask 26 wstr,int
#comfunc global IAzTask_get_Writable 27 sptr
#comfunc global IAzTask_GetProperty 28 int,int,sptr
#comfunc global IAzTask_SetProperty 29 int,int,int
#comfunc global IAzTask_AddPropertyItem 30 int,int,int
#comfunc global IAzTask_DeletePropertyItem 31 int,int,int
#comfunc global IAzTask_Submit 32 int,int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。