WS_XML_TEXT_NODE structure (webservices.h)
Represents an element, attribute, or CDATA content.
Syntax
typedef struct _WS_XML_TEXT_NODE {
WS_XML_NODE node;
WS_XML_TEXT *text;
} WS_XML_TEXT_NODE;
Members
node
The base type for all types that derive from WS_XML_NODE.
text
The text content.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |