IWSDiscoveryPublisher 接口 (wsddisco.h)

提供用于通知主机和管理主机传入查询的方法。

若要获取此接口,请调用 WSDCreateDiscoveryPublisher

继承

IWSDiscoveryPublisher 接口继承自 IUnknown 接口。 IWSDiscoveryPublisher 也有以下类型的成员:

方法

IWSDiscoveryPublisher 接口具有这些方法。

 
IWSDiscoveryPublisher::GetXMLContext

获取与设备关联的 XML 上下文。
IWSDiscoveryPublisher::MatchProbe

确定探测消息是否与指定的主机匹配,并在匹配时发送 WS-Discovery ProbeMatches 消息。
IWSDiscoveryPublisher::MatchProbeEx

确定探测消息是否与指定的主机匹配,并在进行匹配时发送包含扩展信息的 WS-Discovery ProbeMatches 消息。
IWSDiscoveryPublisher::MatchResolve

确定 Resolve 消息是否与指定的主机匹配,并在匹配时发送 WS-Discovery ResolveMatches 消息。
IWSDiscoveryPublisher::MatchResolveEx

确定 Resolve 消息是否与指定的主机匹配,并在匹配时发送包含扩展信息的 WS-Discovery ResolveMatches 消息。
IWSDiscoveryPublisher::P ublish

通过发送 Hello 消息来宣布网络主机的状态。
IWSDiscoveryPublisher::P ublishEx

通过发送包含扩展信息的 Hello 消息来通知网络主机的状态。
IWSDiscoveryPublisher::RegisterNotificationSink

将回调通知接收器附加到发现发布服务器。
IWSDiscoveryPublisher::RegisterScopeMatchingRule

添加对自定义范围匹配规则的支持。
IWSDiscoveryPublisher::SetAddressFamily

指定将发布主机 (IPv4、IPv6 或两者) IP 地址系列。
IWSDiscoveryPublisher::UnPublish

通过发送 Bye 消息来宣布网络主机的离开。
IWSDiscoveryPublisher::UnRegisterNotificationSink

从发现发布服务器分离回调通知接收器。
IWSDiscoveryPublisher::UnRegisterScopeMatchingRule

删除对自定义范围匹配规则的支持。

注解

此接口表示 WS-Discovery 的“服务器”或“主机”端。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 wsddisco.h (包括 Wsdapi.h)

另请参阅

WSDAPI 接口概述