共用方式為


IDownloadResult::GetUpdateResult 方法 (wuapi.h)

傳回 IUpdateDownloadResult 介面,其中包含指定更新的下載資訊。

語法

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

參數

[in] updateIndex

更新的索引。

[out] retval

包含指定更新結果的 IUpdateDownloadResult 介面。

傳回值

如果成功 則傳回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

另請參閱

IDownloadResult