DNS_CHARSET enumeration (windns.h)

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header windns.h

See also

DNS Enumerations

DnsRecordCopyEx

DnsRecordSetCopyEx