IWSDiscoveryPublisherNotify::ResolveHandler method (wsddisco.h)

Is called when a Resolve is received by the discovery publisher.

Syntax

HRESULT ResolveHandler(
  [in] const WSD_SOAP_MESSAGE *pSoap,
  [in] IWSDMessageParameters  *pMessageParameters
);

Parameters

[in] pSoap

Pointer to a WSD_SOAP_MESSAGE structure that contains the Resolve message received by the discovery publisher.

[in] pMessageParameters

Pointer to an IWSDMessageParameters interface that contains transport information associated with the received message.

Return value

The return value is not meaningful. An implementer should return S_OK.

Remarks

ResolveHandler is called whenever a Resolve is received by the discovery publisher. It is the responsibility of the callback interface to then call MatchResolve or MatchResolveEx with host information to determine whether or not the received Resolve matches the host.

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)
DLL Wsdapi.dll

See also

IWSDiscoveryPublisherNotify