ホーム › System.UpdateAgent › IUpdateHistoryEntry
IUpdateHistoryEntry
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 14
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Operation(UpdateOperation* retval) |
| 8 | HRESULT get_ResultCode(OperationResultCode* retval) |
| 9 | HRESULT get_HResult(INT* retval) |
| 10 | HRESULT get_Date(DOUBLE* retval) |
| 11 | HRESULT get_UpdateIdentity(IUpdateIdentity** retval) |
| 12 | HRESULT get_Title(LPWSTR* retval) |
| 13 | HRESULT get_Description(LPWSTR* retval) |
| 14 | HRESULT get_UnmappedResultCode(INT* retval) |
| 15 | HRESULT get_ClientApplicationID(LPWSTR* retval) |
| 16 | HRESULT get_ServerSelection(ServerSelection* retval) |
| 17 | HRESULT get_ServiceID(LPWSTR* retval) |
| 18 | HRESULT get_UninstallationSteps(IStringCollection** retval) |
| 19 | HRESULT get_UninstallationNotes(LPWSTR* retval) |
| 20 | HRESULT get_SupportUrl(LPWSTR* retval) |