iInstallationResult::GetUpdateResult 方法 (wuapi.h)
返回包含指定更新的安装结果的 IUpdateInstallationResult 接口。
语法
HRESULT GetUpdateResult(
[in] LONG updateIndex,
[out] IUpdateInstallationResult **retval
);
参数
[in] updateIndex
更新的索引。
[out] retval
包含指定更新的结果的接口。
返回值
如果成功 , 则返回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 |