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_WRITER_TEXT_ENCODING structure

Indicates that the reader should emit bytes as textual xml.

Syntax


struct WS_XML_WRITER_TEXT_ENCODING {
  WS_XML_WRITER_ENCODING encoding;
  WS_CHARSET             charSet;
};

Members

encoding

The base type for all types that derive from WS_XML_WRITER_ENCODING.

charSet

Indicates the text encoding of the bytes. This may not be WS_CHARSET_AUTO.

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