typedef enum { VM_HTTPS_CHARSET_UNKNOWN = 0, VM_HTTPS_CHARSET_ASCII = 3, VM_HTTPS_CHARSET_ISO_8859_1 = 4, VM_HTTPS_CHARSET_LATIN_1 = 4, VM_HTTPS_CHARSET_UCS_2 = 1000, VM_HTTPS_CHARSET_UTF_16BE = 1013, VM_HTTPS_CHARSET_UTF_16LE = 1014, VM_HTTPS_CHARSET_UTF_16 = 1015, VM_HTTPS_CHARSET_UTF_8 = 106, VM_HTTPS_CHARSET_MAX = 0x7F } VM_HTTPS_CHARSET;
typedef enum { VM_HTTPS_CHARSET_UNKNOWN = 0, VM_HTTPS_CHARSET_ASCII = 3, VM_HTTPS_CHARSET_ISO_8859_1 = 4, VM_HTTPS_CHARSET_LATIN_1 = 4, VM_HTTPS_CHARSET_UCS_2 = 1000, VM_HTTPS_CHARSET_UTF_16BE = 1013, VM_HTTPS_CHARSET_UTF_16LE = 1014, VM_HTTPS_CHARSET_UTF_16 = 1015, VM_HTTPS_CHARSET_UTF_8 = 106, VM_HTTPS_CHARSET_MAX = 0x7F } VM_HTTPS_CHARSET;
This enum indicates the HTTPS character set.
vmhttps.h
|
Members |
Description |
|
VM_HTTPS_CHARSET_UNKNOWN = 0 |
The unknown character set. |
|
VM_HTTPS_CHARSET_ASCII = 3 |
The ASCII character set. |
|
VM_HTTPS_CHARSET_ISO_8859_1 = 4 |
The ISO-8859-1 character set. |
|
VM_HTTPS_CHARSET_LATIN_1 = 4 |
The Latin-1 character set, same with ISO-8859-1. |
|
VM_HTTPS_CHARSET_UCS_2 = 1000 |
The UCS2 character set. |
|
VM_HTTPS_CHARSET_UTF_16BE = 1013 |
The UTF-16 with Big-endian byte order. |
|
VM_HTTPS_CHARSET_UTF_16LE = 1014 |
The UTF-16 with Little-endian byte order. |
|
VM_HTTPS_CHARSET_UTF_16 = 1015 |
The UTF-16 with a byte-order mark. |
|
VM_HTTPS_CHARSET_UTF_8 = 106 |
The UTF-8 character set. |
|
VM_HTTPS_CHARSET_MAX = 0x7F |
The ensure that compiler treats this enum as 32-bit integer character set. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.