Partager via


WSD_HEADER_RELATESTO (Windows Embedded CE 6.0)

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

See Also

Reference

Web Services on Devices Structures