IUpdateSearcher::QueryHistory 方法 (wuapi.h)
同步查询计算机以获取更新事件的历史记录。
语法
HRESULT QueryHistory(
[in] LONG startIndex,
[in] LONG count,
[out] IUpdateHistoryEntryCollection **retval
);
参数
[in] startIndex
要检索的第一个事件的索引。
[in] count
要检索的事件数。
[out] retval
指向 IUpdateHistoryEntryCollection 接口的 指针,该接口包含计算机上按时间顺序降序排列的匹配事件记录。
返回值
如果成功,则返回 S_OK 。 否则,返回 COM 或 Windows 错误代码。
此方法还可以返回以下错误代码。
返回代码 | 说明 |
---|---|
|
参数值为无效或 NULL。 |
|
索引无效。 |
注解
如果startIndex 参数小于 0 (零) 或 Count 参数小于或等于 0 (零) ,此方法将返回WU_E_INVALIDINDEX。
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用] |
目标平台 | Windows |
标头 | wuapi.h |
Library | Wuguid.lib |
DLL | Wuapi.dll |