WSD_HELLO structure
Represents a Hello message.
Syntax
typedef struct _WSD_HELLO { WSD_ENDPOINT_REFERENCE *EndpointReference; WSD_NAME_LIST *Types; WSD_SCOPES *Scopes; WSD_URI_LIST *XAddrs; ULONGLONG MetadataVersion; WSDXML_ELEMENT *Any; } WSD_HELLO;
Members
- EndpointReference
-
Reference to a WSD_ENDPOINT_REFERENCE structure that specifies the endpoint announcing the Hello message.
- Types
-
Reference to a WSD_NAME_LIST structure that contains a list of WS-Discovery Types.
- Scopes
-
Reference to a WSD_SCOPES structure that contains a list of WS-Discovery Scopes.
- XAddrs
-
Reference to a WSD_URI_LIST structure that contains a list of WS-Discovery XAddrs.
- MetadataVersion
-
The metadata version of this message.
- Any
-
Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/27/2012
