共用方式為


IInstallationProgress::GetUpdateResult 方法 (wuapi.h)

傳回指定之更新的安裝或卸載結果。

語法

HRESULT GetUpdateResult(
  [in]  LONG                      updateIndex,
  [out] IUpdateInstallationResult **retval
);

參數

[in] updateIndex

以零起始的索引值,指定更新。

[out] retval

包含指定更新相關資訊的 IUpdateInstallationResult 介面。

傳回值

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

備註

您必須對 GetUpdateResult 方法進行重複呼叫,才能追蹤下載進度。 您必須這樣做,因為
下載期間不會自動更新 IUpdateInstallationResult 介面。

規格需求

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

另請參閱

IInstallationProgress