IUpdateEndpointAuthToken::ServiceID 方法

获取要通过终结点令牌进行身份验证的服务的标识符。

语法

HRESULT ServiceID(
  [out] GUID *pServiceID
);

参数

pServiceID [out]

服务的标识符。

返回值

如果成功,则返回 S_OK 。 否则,返回 COM 或 Windows 错误代码。

要求

要求
最低受支持的客户端
Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用]
最低受支持的服务器
Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用]
标头
UpdateEndpointAuth.h
IDL
UpdateEndpointAuth.idl

UpdateEndpointAuth.lib
DLL
UpdateEndpointAuth.dll

另请参阅

IUpdateEndpointAuthToken