IUpdateServiceManager2::QueryServiceRegistration 方法 (wuapi.h)
返回指向 IUpdateServiceRegistration 接口的 指针。
语法
HRESULT QueryServiceRegistration(
[in] BSTR serviceID,
[out] IUpdateServiceRegistration **retval
);
参数
[in] serviceID
要注册的服务的标识符。
[out] retval
指向表示已添加服务的 IUpdateServiceRegistration 接口的指针。
返回值
如果成功,则返回 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 |