IWSDiscoveryPublisher (Compact 2013)
3/26/2014
This interface provides methods for announcing hosts and managing incoming queries to hosts. To get this interface, you can call WSDCreateDiscoveryPublisher.
The IWSDiscoveryPublisher interface inherits the methods of the IUnknown interface.
In addition, the following table lists the methods supported by the IWSDiscoveryPublisher interface in vtable order.
Method |
Description |
---|---|
Specifies the IP address family (IPv4, IPv6, or both) over which the host will be published. |
|
Attaches a callback notification sink to the discovery publisher. |
|
Detaches a callback notification sink from the discovery publisher. |
|
Announces the presence of a network host by sending a Hello message. |
|
Announces the departure of a network host by sending a Bye message. |
|
Determines if a Probe message matches the specified host and sends a ProbeMatch if the match is made. |
|
Determines if a Resolve message matches the specified host and sends a ResolveMatch if the match is made. |
|
Announces the presence of a network host by sending a Hello message with extended information. |
|
Determines if a Probe message matches the specified host and sends a ProbeMatch with extended information if the match is made. |
|
Determines if a Resolve message matches the specified host and sends a ResolveMatch with extended information if the match is made. |
|
Adds support for a custom scope matching rule. |
|
Removes support for a custom scope matching rule. |
|
Gets the XML context associated with the device. |
Remarks
This interface represents the "server" or "host" side of WS-Discovery.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |
See Also
Reference
Web Services on Devices Interfaces
Web Services on Devices Reference