The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WS_XML_TEXT_NODE structure
Represents an element, attribute, or CDATA content.
Syntax
struct WS_XML_TEXT_NODE {
WS_XML_NODE node;
WS_XML_TEXT* text;
};
Members
- node
-
The base type for all types that derive from WS_XML_NODE.
- text
-
The text content.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
Community Additions
Show: