WSD_RESOLVE structure (wsdtypes.h)

Represents a Resolve message.

Syntax

typedef struct _WSD_RESOLVE {
  WSD_ENDPOINT_REFERENCE *EndpointReference;
  WSDXML_ELEMENT         *Any;
} WSD_RESOLVE;

Members

EndpointReference

Reference to a WSD_ENDPOINT_REFERENCE structure that specifies the endpoint to match.

Any

Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

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

See also

Resolve Message

WSD_RESOLVE_MATCH

WSD_RESOLVE_MATCHES