Share via


WSD_RELATIONSHIP_METADATA

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure provides metadata about the relationship between two or more services.

Syntax

typedef struct _WSD_RELATIONSHIP_METADATA {
  const WCHAR* Type;
  WSD_HOST_METADATA* Data;
  WSDXML_ELEMENT* Any;
} WSD_RELATIONSHIP_METADATA;

Members

  • Types
    A WS-Discovery Type.
  • Data
    Reference to a WSD_HOST_METADATA structure that contains metadata for all services hosted by a device.
  • Any
    Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures