Share via


WSD_URI_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 linked list of URIs.

Syntax

typedef struct _WSD_URI_LIST {
  WSD_URI_LIST* Next;
  const WCHAR* Element;
} WSD_URI_LIST;

Members

  • Next
    Reference to the next node in the single-linked list of WSD_URI_LIST structures.
  • Element
    The URI 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