ホーム › System.TaskScheduler › ITrigger
ITrigger
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 13
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Type(TASK_TRIGGER_TYPE2* pType) |
| 8 | HRESULT get_Id(LPWSTR* pId) |
| 9 | HRESULT put_Id(LPWSTR id) |
| 10 | HRESULT get_Repetition(IRepetitionPattern** ppRepeat) |
| 11 | HRESULT put_Repetition(IRepetitionPattern* pRepeat) |
| 12 | HRESULT get_ExecutionTimeLimit(LPWSTR* pTimeLimit) |
| 13 | HRESULT put_ExecutionTimeLimit(LPWSTR timelimit) |
| 14 | HRESULT get_StartBoundary(LPWSTR* pStart) |
| 15 | HRESULT put_StartBoundary(LPWSTR start) |
| 16 | HRESULT get_EndBoundary(LPWSTR* pEnd) |
| 17 | HRESULT put_EndBoundary(LPWSTR end) |
| 18 | HRESULT get_Enabled(VARIANT_BOOL* pEnabled) |
| 19 | HRESULT put_Enabled(VARIANT_BOOL enabled) |