Share via


WSDXML_ELEMENT_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 XML elements.

Syntax

typedef struct _WSDXML_ELEMENT_LIST {
  WSDXML_ELEMENT_LIST* Next;
  WSDXML_ELEMENT* Element;
} WSDXML_ELEMENT_LIST;

Members

  • Next
    Reference to the next node in the linked list of WSDXML_ELEMENT_LIST structures.

Requirements

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

See Also

Reference

Web Services on Devices Structures