IUpdateHistoryEntry2::get_Categories 方法 (wuapi.h)

获取更新所属的更新类别的集合。

此属性为只读。

语法

HRESULT get_Categories(
  ICategoryCollection **retval
);

参数

retval

返回值

备注

IUpdateHistoryEntry2 接口可能需要更新 Windows 更新 代理 (WUA) 。 有关详细信息,请参阅更新Windows 更新代理

此属性返回的信息适用于用户的默认用户界面 (UI) 语言。 如果用户的默认 UI 语言不可用,WUA 将使用计算机的默认 UI 语言。 如果计算机的默认语言不可用,则 WUA 将使用更新提供程序建议的语言。

由于 IUpdate 接口有一个 Categories 属性和 IUpdateHistoryEntry2 接口的 Categories 属性,因此 ICategory 接口的本地化属性使用的信息取决于拥有 ICategory 接口的 WUA 对象。 如果 ICategory 接口是从 IUpdateCategories 属性返回的,则它遵循 IUpdate 的本地化规则。 如果 ICategory 接口是从 IUpdateHistoryEntry2Categories 属性返回的,则它遵循 IUpdateHistoryEntry2 的本地化规则。

要求

要求
最低受支持的客户端 Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用]
最低受支持的服务器 Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用]
目标平台 Windows
标头 wuapi.h
Library Wuguid.lib
DLL Wuapi.dll

另请参阅

IUpdateHistoryEntry2