WSD_HEADER_RELATESTO structure (wsdtypes.h)

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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)