#define global IID_IGPMRSOP "{49ED785A-3237-4FF2-B1F0-FDF5A8D5A1EE}"
#usecom global IGPMRSOP IID_IGPMRSOP "{}"
#comfunc global IGPMRSOP_get_Mode 7 var
#comfunc global IGPMRSOP_get_Namespace 8 var
#comfunc global IGPMRSOP_put_LoggingComputer 9 wstr
#comfunc global IGPMRSOP_get_LoggingComputer 10 var
#comfunc global IGPMRSOP_put_LoggingUser 11 wstr
#comfunc global IGPMRSOP_get_LoggingUser 12 var
#comfunc global IGPMRSOP_put_LoggingFlags 13 int
#comfunc global IGPMRSOP_get_LoggingFlags 14 var
#comfunc global IGPMRSOP_put_PlanningFlags 15 int
#comfunc global IGPMRSOP_get_PlanningFlags 16 var
#comfunc global IGPMRSOP_put_PlanningDomainController 17 wstr
#comfunc global IGPMRSOP_get_PlanningDomainController 18 var
#comfunc global IGPMRSOP_put_PlanningSiteName 19 wstr
#comfunc global IGPMRSOP_get_PlanningSiteName 20 var
#comfunc global IGPMRSOP_put_PlanningUser 21 wstr
#comfunc global IGPMRSOP_get_PlanningUser 22 var
#comfunc global IGPMRSOP_put_PlanningUserSOM 23 wstr
#comfunc global IGPMRSOP_get_PlanningUserSOM 24 var
#comfunc global IGPMRSOP_put_PlanningUserWMIFilters 25 int
#comfunc global IGPMRSOP_get_PlanningUserWMIFilters 26 var
#comfunc global IGPMRSOP_put_PlanningUserSecurityGroups 27 int
#comfunc global IGPMRSOP_get_PlanningUserSecurityGroups 28 var
#comfunc global IGPMRSOP_put_PlanningComputer 29 wstr
#comfunc global IGPMRSOP_get_PlanningComputer 30 var
#comfunc global IGPMRSOP_put_PlanningComputerSOM 31 wstr
#comfunc global IGPMRSOP_get_PlanningComputerSOM 32 var
#comfunc global IGPMRSOP_put_PlanningComputerWMIFilters 33 int
#comfunc global IGPMRSOP_get_PlanningComputerWMIFilters 34 var
#comfunc global IGPMRSOP_put_PlanningComputerSecurityGroups 35 int
#comfunc global IGPMRSOP_get_PlanningComputerSecurityGroups 36 var
#comfunc global IGPMRSOP_LoggingEnumerateUsers 37 var
#comfunc global IGPMRSOP_CreateQueryResults 38
#comfunc global IGPMRSOP_ReleaseQueryResults 39
#comfunc global IGPMRSOP_GenerateReport 40 int,var,var,sptr
#comfunc global IGPMRSOP_GenerateReportToFile 41 int,wstr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IGPMRSOP "{49ED785A-3237-4FF2-B1F0-FDF5A8D5A1EE}"
#usecom global IGPMRSOP IID_IGPMRSOP "{}"
#comfunc global IGPMRSOP_get_Mode 7 sptr
#comfunc global IGPMRSOP_get_Namespace 8 sptr
#comfunc global IGPMRSOP_put_LoggingComputer 9 wstr
#comfunc global IGPMRSOP_get_LoggingComputer 10 sptr
#comfunc global IGPMRSOP_put_LoggingUser 11 wstr
#comfunc global IGPMRSOP_get_LoggingUser 12 sptr
#comfunc global IGPMRSOP_put_LoggingFlags 13 int
#comfunc global IGPMRSOP_get_LoggingFlags 14 sptr
#comfunc global IGPMRSOP_put_PlanningFlags 15 int
#comfunc global IGPMRSOP_get_PlanningFlags 16 sptr
#comfunc global IGPMRSOP_put_PlanningDomainController 17 wstr
#comfunc global IGPMRSOP_get_PlanningDomainController 18 sptr
#comfunc global IGPMRSOP_put_PlanningSiteName 19 wstr
#comfunc global IGPMRSOP_get_PlanningSiteName 20 sptr
#comfunc global IGPMRSOP_put_PlanningUser 21 wstr
#comfunc global IGPMRSOP_get_PlanningUser 22 sptr
#comfunc global IGPMRSOP_put_PlanningUserSOM 23 wstr
#comfunc global IGPMRSOP_get_PlanningUserSOM 24 sptr
#comfunc global IGPMRSOP_put_PlanningUserWMIFilters 25 int
#comfunc global IGPMRSOP_get_PlanningUserWMIFilters 26 sptr
#comfunc global IGPMRSOP_put_PlanningUserSecurityGroups 27 int
#comfunc global IGPMRSOP_get_PlanningUserSecurityGroups 28 sptr
#comfunc global IGPMRSOP_put_PlanningComputer 29 wstr
#comfunc global IGPMRSOP_get_PlanningComputer 30 sptr
#comfunc global IGPMRSOP_put_PlanningComputerSOM 31 wstr
#comfunc global IGPMRSOP_get_PlanningComputerSOM 32 sptr
#comfunc global IGPMRSOP_put_PlanningComputerWMIFilters 33 int
#comfunc global IGPMRSOP_get_PlanningComputerWMIFilters 34 sptr
#comfunc global IGPMRSOP_put_PlanningComputerSecurityGroups 35 int
#comfunc global IGPMRSOP_get_PlanningComputerSecurityGroups 36 sptr
#comfunc global IGPMRSOP_LoggingEnumerateUsers 37 sptr
#comfunc global IGPMRSOP_CreateQueryResults 38
#comfunc global IGPMRSOP_ReleaseQueryResults 39
#comfunc global IGPMRSOP_GenerateReport 40 int,sptr,sptr,sptr
#comfunc global IGPMRSOP_GenerateReportToFile 41 int,wstr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。