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.
- Element
The WSDXML_ELEMENT structure referenced by this node.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |