共用方式為


IInstallationAgent::RecordInstallationResult 方法 (wuapi.h)

記錄更新的結果。 結果是由 IStringCollection 物件所指定。

語法

HRESULT RecordInstallationResult(
  [in] BSTR              installationResultCookie,
  [in] LONG              hresult,
  [in] IStringCollection *extendedReportingData
);

參數

[in] installationResultCookie

識別結果 Cookie 的字串值。

[in] hresult

結果的標識碼。

[in] extendedReportingData

IStringCollection 介面,表示包含更新結果的字串集合。

傳回值

如果成功 則傳回S_OK。 否則,會傳回 COM 或 Windows 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003、具有 SP3 的 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 wuapi.h
程式庫 Wuguid.lib
Dll Wuapi.dll

另請參閱

IInstallationAgent