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.
1/6/2010
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 |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |