Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method provides information on a recently departed discovery host (from a Bye message).
Syntax
HRESULT Remove(
IWSDiscoveredService* pService
);
Parameters
- pService
[in] A pointer to an IWSDiscoveredService interface that represents a remote discovery host.
Return Value
The following table shows the possible error code return values.
| Error code | Description |
|---|---|
S_OK |
The return value of this method is not meaningful. An implementer should return S_OK. |
Remarks
Remove will be called once per announcement of a departing discovery host.
Note
Multiple simultaneous calls may be made to Remove by the provider, so it is essential that shared data be synchronized when implementing this callback routine.
Requirements
| Header | wsdapi.h |
| Library | wsdapi.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
IWSDiscoveryProviderNotify
Web Services on Devices Interfaces