Condividi tramite


struttura WSD_RESOLVE_MATCHES (wsdtypes.h)

Rappresenta un messaggio ResolveMatches .

Sintassi

typedef struct _WSD_RESOLVE_MATCHES {
  WSD_RESOLVE_MATCH *ResolveMatch;
  WSDXML_ELEMENT    *Any;
} WSD_RESOLVE_MATCHES;

Members

ResolveMatch

Riferimento a una struttura WSD_RESOLVE_MATCH che contiene un messaggio ResolveMatch figlio.

Any

Riferimento a una struttura WSDXML_ELEMENT che specifica il contenuto dell'estensione consentito dalla parola chiave XML ANY .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wsdtypes.h (include Wsdapi.h)

Vedi anche

Messaggio ResolveMatches

WSD_RESOLVE

WSD_RESOLVE_MATCH