WSD_SCOPES (Compact 2013)
3/26/2014
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 |