Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.05 KB

ne-webservices-ws_charset.md

File metadata and controls

73 lines (59 loc) · 2.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:webservices.WS_CHARSET
WS_CHARSET (webservices.h)
Identifies the character set of a document.
WS_CHARSET
WS_CHARSET enumeration [Web Services for Windows]
WS_CHARSET_AUTO
WS_CHARSET_UTF16BE
WS_CHARSET_UTF16LE
WS_CHARSET_UTF8
webservices/WS_CHARSET
webservices/WS_CHARSET_AUTO
webservices/WS_CHARSET_UTF16BE
webservices/WS_CHARSET_UTF16LE
webservices/WS_CHARSET_UTF8
wsw.ws_charset
wsw\ws_charset.htm
wsw
47dadf5d-1bc7-4f93-936c-21c936bc3fc3
12/05/2018
WS_CHARSET, WS_CHARSET enumeration [Web Services for Windows], WS_CHARSET_AUTO, WS_CHARSET_UTF16BE, WS_CHARSET_UTF16LE, WS_CHARSET_UTF8, webservices/WS_CHARSET, webservices/WS_CHARSET_AUTO, webservices/WS_CHARSET_UTF16BE, webservices/WS_CHARSET_UTF16LE, webservices/WS_CHARSET_UTF8, wsw.ws_charset
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
WS_CHARSET
19H1
WS_CHARSET
webservices/WS_CHARSET
c++
APIRef
kbSyntax
HeaderDef
WebServices.h
WS_CHARSET

WS_CHARSET enumeration

-description

Identifies the character set of a document.

-enum-fields

-field WS_CHARSET_AUTO:0

Specifies that the charset of a document should be determined automatically by inspecting the BOM (Byte Order Marks) of the document and the xml declaration if present.

-field WS_CHARSET_UTF8:1

Specifies that the charset of a document is UTF-8.

-field WS_CHARSET_UTF16LE:2

Specifies that the charset of a document is UTF-16LE.

-field WS_CHARSET_UTF16BE:3

Specifies that the charset of a document is UTF-16BE.