Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |