Win32 API 日本語リファレンス
ホームSystem.UpdateAgent › IUpdateHistoryEntry

IUpdateHistoryEntry

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IIDbe56a644-af0e-4e0e-a311-c1d8e695cbff継承元IDispatch呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl7

メソッド 14

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
7HRESULT get_Operation(UpdateOperation* retval)
8HRESULT get_ResultCode(OperationResultCode* retval)
9HRESULT get_HResult(INT* retval)
10HRESULT get_Date(DOUBLE* retval)
11HRESULT get_UpdateIdentity(IUpdateIdentity** retval)
12HRESULT get_Title(LPWSTR* retval)
13HRESULT get_Description(LPWSTR* retval)
14HRESULT get_UnmappedResultCode(INT* retval)
15HRESULT get_ClientApplicationID(LPWSTR* retval)
16HRESULT get_ServerSelection(ServerSelection* retval)
17HRESULT get_ServiceID(LPWSTR* retval)
18HRESULT get_UninstallationSteps(IStringCollection** retval)
19HRESULT get_UninstallationNotes(LPWSTR* retval)
20HRESULT get_SupportUrl(LPWSTR* retval)