DNS_CHARSET enumeration
The DNS_CHARSET enumeration specifies the character set used.
Syntax
typedef enum _DNS_CHARSET { DnsCharSetUnknown, DnsCharSetUnicode, DnsCharSetUtf8, DnsCharSetAnsi } DNS_CHARSET;
Constants
- DnsCharSetUnknown
-
The character set is unknown.
- DnsCharSetUnicode
-
The character set is Unicode.
- DnsCharSetUtf8
-
The character set is UTF8.
- DnsCharSetAnsi
-
The character set is ANSI.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Community Additions
ADD
Show: