WSD_RESOLVE_MATCHES structure (wsdtypes.h)

Represents a ResolveMatches message.

Syntax

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

Members

ResolveMatch

Reference to a WSD_RESOLVE_MATCH structure that contains a child ResolveMatch 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

ResolveMatches Message

WSD_RESOLVE

WSD_RESOLVE_MATCH