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、Windows 2000 Server SP3 [仅限桌面应用]
目标平台 Windows
标头 wuapi.h
Library Wuguid.lib
DLL Wuapi.dll

另请参阅

IInstallationProgress