ホーム › System.TaskScheduler › IRegistrationInfo
IRegistrationInfo
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 18
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Description(LPWSTR* pDescription) |
| 8 | HRESULT put_Description(LPWSTR description) |
| 9 | HRESULT get_Author(LPWSTR* pAuthor) |
| 10 | HRESULT put_Author(LPWSTR author) |
| 11 | HRESULT get_Version(LPWSTR* pVersion) |
| 12 | HRESULT put_Version(LPWSTR version) |
| 13 | HRESULT get_Date(LPWSTR* pDate) |
| 14 | HRESULT put_Date(LPWSTR date) |
| 15 | HRESULT get_Documentation(LPWSTR* pDocumentation) |
| 16 | HRESULT put_Documentation(LPWSTR documentation) |
| 17 | HRESULT get_XmlText(LPWSTR* pText) |
| 18 | HRESULT put_XmlText(LPWSTR text) |
| 19 | HRESULT get_URI(LPWSTR* pUri) |
| 20 | HRESULT put_URI(LPWSTR uri) |
| 21 | HRESULT get_SecurityDescriptor(VARIANT* pSddl) |
| 22 | HRESULT put_SecurityDescriptor(VARIANT sddl) |
| 23 | HRESULT get_Source(LPWSTR* pSource) |
| 24 | HRESULT put_Source(LPWSTR source) |