Share via


WSD_SCOPES

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure represents 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

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures