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 RelatesTo SOAP envelope header block, as specified by the WS-Addressing specification.
Syntax
typedef struct _WSD_HEADER_RELATESTO {
WSDXML_NAME* RelationshipType;
const WCHAR* MessageID;
} WSD_HEADER_RELATESTO;
Members
- RelationshipType
Reference to a WSDXML_NAME structure that contains the relationship type as a qualified name.
- MessageID
The identifier of the related message.
Requirements
| Header | wsdapi.h |
| Library | wsdapi.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |