Partager via


WSD_PROBE_MATCHES (Windows Embedded CE 6.0)

1/6/2010

This structure represents a ProbeMatches message.

Syntax

typedef struct _WSD_PROBE_MATCHES {
  WSD_PROBE_MATCH_LIST* ProbeMatch;
  WSDXML_ELEMENT* Any;
} WSD_PROBE_MATCHES;

Members

  • ProbeMatch
    Reference to a WSD_PROBE_MATCH_LIST structure that contains the list of matches to the Probe 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