Share via


WSD_SERVICE_METADATA_LIST

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 node in a single-linked list of service metadata structures.

Syntax

typedef struct _WSD_SERVICE_METADATA_LIST {
  WSD_SERVICE_METADATA_LIST* Next;
  WSD_SERVICE_METADATA* Element;
} WSD_SERVICE_METADATA_LIST;

Members

  • Next
    Reference to the next node in the linked list of WSD_SERVICE_METADATA_LIST structures.
  • Element
    The service metadata referenced by this node.

Requirements

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

See Also

Reference

Web Services on Devices Structures