Compartir a través de


estructura WSD_RESOLVE_MATCHES (wsdtypes.h)

Representa un mensaje ResolveMatches .

Sintaxis

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

Miembros

ResolveMatch

Referencia a una estructura de WSD_RESOLVE_MATCH que contiene un mensaje ResolveMatch secundario.

Any

Referencia a una estructura de WSDXML_ELEMENT que especifica el contenido de extensión permitido por la palabra clave XML ANY .

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado wsdtypes.h (include Wsdapi.h)

Consulte también

Mensaje ResolveMatches

WSD_RESOLVE

WSD_RESOLVE_MATCH