IDownloadProgress::GetUpdateResult 方法 (wuapi.h)
返回指定更新的下载结果。
语法
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、Windows 2000 Server SP3 [仅限桌面应用] |
目标平台 | Windows |
标头 | wuapi.h |
Library | Wuguid.lib |
DLL | Wuapi.dll |