IUpdate::get_Description 方法 (wuapi.h)
获取更新的本地化说明。
此属性为只读。
语法
HRESULT get_Description(
BSTR *retval
);
参数
retval
返回值
无
备注
如果使用 IUpdateSession::CreateUpdateSearcher 方法创建 IUpdateSearcher 接口,则此属性返回的信息适用于 UserLocale 属性指定的语言。 这是用于创建 IUpdateSearcher 的会话的 IUpdateSession2 接口的 UserLocale 属性。
如果语言首选项未由 IUpdateSession2 的 UserLocale 属性指定,或者如果不使用 IUpdateSession::CreateUpdateSearcher 创建 IUpdateSearcher 接口,则此属性返回的信息适用于用户的默认用户界面 (UI) 语言。 如果用户的默认 UI 语言不可用,Windows 更新代理 (WUA) 使用计算机的默认 UI 语言。 如果计算机的默认语言不可用,则 WUA 将使用更新提供程序建议的语言。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用] |
目标平台 | Windows |
标头 | wuapi.h |
Library | Wuguid.lib |
DLL | Wuapi.dll |