Windows apps
Collapse the table of content
Expand the table of content
Information
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_COMMENT_NODE structure

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

Syntax


struct WS_XML_COMMENT_NODE {
  WS_XML_NODE   node;
  WS_XML_STRING value;
};

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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Community Additions

Show:
© 2017 Microsoft