WSD_PROBE_MATCHES structure (wsdtypes.h)

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

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

Probe Message

ProbeMatches Message

WSD_PROBE

WSD_PROBE_MATCH

WSD_PROBE_MATCH_LIST