Share via


WSD_HEADER_RELATESTO

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 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

See Also

Reference

Web Services on Devices Structures