Condividi tramite


WSD_RESOLVE struttura (wsdtypes.h)

Rappresenta un messaggio Di risoluzione .

Sintassi

typedef struct _WSD_RESOLVE {
  WSD_ENDPOINT_REFERENCE *EndpointReference;
  WSDXML_ELEMENT         *Any;
} WSD_RESOLVE;

Members

EndpointReference

Riferimento a una struttura WSD_ENDPOINT_REFERENCE che specifica l'endpoint da corrispondere.

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 (includere Wsdapi.h)

Vedi anche

Risolvere il messaggio

WSD_RESOLVE_MATCH

WSD_RESOLVE_MATCHES