#define global IID_IPMBackgroundServiceAgentInfo "{3A8B46DA-928C-4879-998C-09DC96F3D490}"
#usecom global IPMBackgroundServiceAgentInfo IID_IPMBackgroundServiceAgentInfo "{}"
#comfunc global IPMBackgroundServiceAgentInfo_get_ProductID 3 var
#comfunc global IPMBackgroundServiceAgentInfo_get_TaskID 4 var
#comfunc global IPMBackgroundServiceAgentInfo_get_BSAID 5 var
#comfunc global IPMBackgroundServiceAgentInfo_get_BGSpecifier 6 var
#comfunc global IPMBackgroundServiceAgentInfo_get_BGName 7 var
#comfunc global IPMBackgroundServiceAgentInfo_get_BGSource 8 var
#comfunc global IPMBackgroundServiceAgentInfo_get_BGType 9 var
#comfunc global IPMBackgroundServiceAgentInfo_get_IsPeriodic 10 var
#comfunc global IPMBackgroundServiceAgentInfo_get_IsScheduled 11 var
#comfunc global IPMBackgroundServiceAgentInfo_get_IsScheduleAllowed 12 var
#comfunc global IPMBackgroundServiceAgentInfo_get_Description 13 var
#comfunc global IPMBackgroundServiceAgentInfo_get_IsLaunchOnBoot 14 var
#comfunc global IPMBackgroundServiceAgentInfo_set_IsScheduled 15 int
#comfunc global IPMBackgroundServiceAgentInfo_set_IsScheduleAllowed 16 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IPMBackgroundServiceAgentInfo "{3A8B46DA-928C-4879-998C-09DC96F3D490}"
#usecom global IPMBackgroundServiceAgentInfo IID_IPMBackgroundServiceAgentInfo "{}"
#comfunc global IPMBackgroundServiceAgentInfo_get_ProductID 3 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_TaskID 4 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_BSAID 5 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_BGSpecifier 6 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_BGName 7 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_BGSource 8 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_BGType 9 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_IsPeriodic 10 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_IsScheduled 11 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_IsScheduleAllowed 12 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_Description 13 sptr
#comfunc global IPMBackgroundServiceAgentInfo_get_IsLaunchOnBoot 14 sptr
#comfunc global IPMBackgroundServiceAgentInfo_set_IsScheduled 15 int
#comfunc global IPMBackgroundServiceAgentInfo_set_IsScheduleAllowed 16 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。