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

ADD
Show: