Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdxmldom.h |