IWSDiscoveryProviderNotify interface (wsddisco.h)

Is implemented by the client program to receive callback notifications from IWSDiscoveryProvider.

Inheritance

The IWSDiscoveryProviderNotify interface inherits from the IUnknown interface. IWSDiscoveryProviderNotify also has these types of members:

Methods

The IWSDiscoveryProviderNotify interface has these methods.

 
IWSDiscoveryProviderNotify::Add

Provides information on either a newly announced discovery host (from a Hello message), or a match to a user initiated query.
IWSDiscoveryProviderNotify::Remove

Provides information on a recently departed discovery host (from a Bye message).
IWSDiscoveryProviderNotify::SearchComplete

Called to indicate a user initiated search has successfully completed and no more matches for the search will be accepted.
IWSDiscoveryProviderNotify::SearchFailed

Is called to indicate a user initiated search has failed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsddisco.h (include Wsdapi.h)