Share via


WSDXML_ELEMENT_LIST (Compact 2013)

3/26/2014

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

See Also

Reference

Web Services on Devices Structures