WSD_SCOPES structure (wsdtypes.h)

A collection of scopes used in WS-Discovery messaging.

Syntax

typedef struct _WSD_SCOPES {
  const WCHAR  *MatchBy;
  WSD_URI_LIST *Scopes;
} WSD_SCOPES;

Members

MatchBy

A matching rule used for scopes.

Scopes

Reference to a WSD_URI_LIST structure that contains a list of scopes.

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)