WS_XML_WRITER_TEXT_ENCODING structure (webservices.h)
Indicates that the reader should emit bytes as textual xml.
Syntax
typedef struct _WS_XML_WRITER_TEXT_ENCODING {
WS_XML_WRITER_ENCODING encoding;
WS_CHARSET charSet;
} WS_XML_WRITER_TEXT_ENCODING;
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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |