WSD_NAME_LIST
Other versions of this page are also available for the following:
8/28/2008
This structure represents a node in a single-linked list of XML name structures.
Syntax
typedef struct _WSD_NAME_LIST {
WSD_NAME_LIST* Next;
WSDXML_NAME* Element;
} WSD_NAME_LIST;
Members
- Next
Reference to the next node in the linked list of WSD_NAME_LIST structures.
- Element
The XML qualified name data referenced by this node.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |