Share via


WSD_RESOLVE_MATCH

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure represents a ResolveMatch message.

Syntax

typedef struct _WSD_RESOLVE_MATCH {
  WSD_ENDPOINT_REFERENCE* EndpointReference;
  WSD_NAME_LIST* Types;
  WSD_SCOPES* Scopes;
  WSD_URI_LIST* XAddrs;
  ULONGLONG MetadataVersion;
  WSDXML_ELEMENT* Any;
} WSD_RESOLVE_MATCH;

Members

  • Types
    Reference to a WSD_NAME_LIST structure that contains a list of WS-Discovery Types.
  • Scopes
    Reference to a WSD_SCOPES structure that contains a list of WS-Discovery Scopes.
  • XAddrs
    Reference to a WSD_URI_LIST structure that contains a list of WS-Discovery XAddrs.
  • MetadataVersion
    The metadata version of this message.
  • Any
    Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures