Freigeben über


WSD_PROBE_MATCH-Struktur (wsdtypes.h)

Stellt eine TestMatch-Nachricht dar.

Syntax

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

Member

EndpointReference

Verweis auf eine WSD_ENDPOINT_REFERENCE-Struktur , die den übereinstimmenden Endpunkt angibt.

Types

Verweis auf eine WSD_NAME_LIST-Struktur , die eine Liste mit WS-Discovery Typen enthält.

Scopes

Verweis auf eine WSD_SCOPES-Struktur , die eine Liste der WS-Discovery Bereiche enthält.

XAddrs

Verweis auf eine WSD_URI_LIST-Struktur , die eine Liste von WS-Discovery XAddrs enthält.

MetadataVersion

Die Metadatenversion dieser Nachricht.

Any

Verweis auf eine WSDXML_ELEMENT-Struktur, die Erweiterungsinhalte angibt, die vom XML ANY-Schlüsselwort (keyword) zulässig sind.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile wsdtypes.h (include Wsdapi.h)

Weitere Informationen

Testmeldung

ProbeMatches-Meldung

WSD_PROBE

WSD_PROBE_MATCHES

WSD_PROBE_MATCH_LIST