#define global IID_IUpdateHistoryEntry "{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}"
#usecom global IUpdateHistoryEntry IID_IUpdateHistoryEntry "{}"
#comfunc global IUpdateHistoryEntry_get_Operation 7 var
#comfunc global IUpdateHistoryEntry_get_ResultCode 8 var
#comfunc global IUpdateHistoryEntry_get_HResult 9 var
#comfunc global IUpdateHistoryEntry_get_Date 10 var
#comfunc global IUpdateHistoryEntry_get_UpdateIdentity 11 sptr
#comfunc global IUpdateHistoryEntry_get_Title 12 var
#comfunc global IUpdateHistoryEntry_get_Description 13 var
#comfunc global IUpdateHistoryEntry_get_UnmappedResultCode 14 var
#comfunc global IUpdateHistoryEntry_get_ClientApplicationID 15 var
#comfunc global IUpdateHistoryEntry_get_ServerSelection 16 var
#comfunc global IUpdateHistoryEntry_get_ServiceID 17 var
#comfunc global IUpdateHistoryEntry_get_UninstallationSteps 18 sptr
#comfunc global IUpdateHistoryEntry_get_UninstallationNotes 19 var
#comfunc global IUpdateHistoryEntry_get_SupportUrl 20 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IUpdateHistoryEntry "{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}"
#usecom global IUpdateHistoryEntry IID_IUpdateHistoryEntry "{}"
#comfunc global IUpdateHistoryEntry_get_Operation 7 sptr
#comfunc global IUpdateHistoryEntry_get_ResultCode 8 sptr
#comfunc global IUpdateHistoryEntry_get_HResult 9 sptr
#comfunc global IUpdateHistoryEntry_get_Date 10 sptr
#comfunc global IUpdateHistoryEntry_get_UpdateIdentity 11 sptr
#comfunc global IUpdateHistoryEntry_get_Title 12 sptr
#comfunc global IUpdateHistoryEntry_get_Description 13 sptr
#comfunc global IUpdateHistoryEntry_get_UnmappedResultCode 14 sptr
#comfunc global IUpdateHistoryEntry_get_ClientApplicationID 15 sptr
#comfunc global IUpdateHistoryEntry_get_ServerSelection 16 sptr
#comfunc global IUpdateHistoryEntry_get_ServiceID 17 sptr
#comfunc global IUpdateHistoryEntry_get_UninstallationSteps 18 sptr
#comfunc global IUpdateHistoryEntry_get_UninstallationNotes 19 sptr
#comfunc global IUpdateHistoryEntry_get_SupportUrl 20 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。