WS_XML_COMMENT_NODE structure (webservices.h)

Represents a comment. (For example, <!--The message follows-->)

Syntax

typedef struct _WS_XML_COMMENT_NODE {
  WS_XML_NODE   node;
  WS_XML_STRING value;
} WS_XML_COMMENT_NODE;

Members

node

The base type for all types that derive from WS_XML_NODE.

value

The textual content of the comment. In the example, it is the string "The message follows".

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h