WS_XML_READER_TEXT_ENCODING structure (webservices.h)

Used to indicate that the reader should interpret the bytes it reads as textual xml.

Syntax

typedef struct _WS_XML_READER_TEXT_ENCODING {
  WS_XML_READER_ENCODING encoding;
  WS_CHARSET             charSet;
} WS_XML_READER_TEXT_ENCODING;

Members

encoding

The base type for all types that derive from WS_XML_READER_ENCODING.

charSet

Indicates the text encoding of the bytes. If WS_CHARSET_AUTO is specified then the reader will determine the encoding of the document based on the first few bytes of the document. If an xml declaration is present in the document, the reader will ensure that the encoding attribute coincides with this value.

Requirements

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