DNS_CONFIG_TYPE enumeration (windns.h)

The DNS_CONFIG_TYPE enumeration provides DNS configuration type information.

Syntax

typedef enum {
  DnsConfigPrimaryDomainName_W,
  DnsConfigPrimaryDomainName_A,
  DnsConfigPrimaryDomainName_UTF8,
  DnsConfigAdapterDomainName_W,
  DnsConfigAdapterDomainName_A,
  DnsConfigAdapterDomainName_UTF8,
  DnsConfigDnsServerList,
  DnsConfigSearchList,
  DnsConfigAdapterInfo,
  DnsConfigPrimaryHostNameRegistrationEnabled,
  DnsConfigAdapterHostNameRegistrationEnabled,
  DnsConfigAddressRegistrationMaxCount,
  DnsConfigHostName_W,
  DnsConfigHostName_A,
  DnsConfigHostName_UTF8,
  DnsConfigFullHostName_W,
  DnsConfigFullHostName_A,
  DnsConfigFullHostName_UTF8,
  DnsConfigNameServer
} DNS_CONFIG_TYPE;

Constants

 
DnsConfigPrimaryDomainName_W
For use with Unicode on Windows 2000.
DnsConfigPrimaryDomainName_A
For use with ANSI on Windows 2000.
DnsConfigPrimaryDomainName_UTF8
For use with UTF8 on Windows 2000.
DnsConfigAdapterDomainName_W
Not currently available.
DnsConfigAdapterDomainName_A
Not currently available.
DnsConfigAdapterDomainName_UTF8
Not currently available.
DnsConfigDnsServerList
For configuring a DNS Server list on Windows 2000.
DnsConfigSearchList
Not currently available.
DnsConfigAdapterInfo
Not currently available.
DnsConfigPrimaryHostNameRegistrationEnabled
Specifies that primary host name registration is enabled on Windows 2000.
DnsConfigAdapterHostNameRegistrationEnabled
Specifies that adapter host name registration is enabled on Windows 2000.
DnsConfigAddressRegistrationMaxCount
Specifies configuration of the maximum number of address registrations on Windows 2000.
DnsConfigHostName_W
Specifies configuration of the host name in Unicode on Windows XP, Windows Server 2003, and later versions of Windows.
DnsConfigHostName_A
Specifies configuration of the host name in ANSI on Windows XP, Windows Server 2003, and later versions of Windows.
DnsConfigHostName_UTF8
Specifies configuration of the host name in UTF8 on Windows XP, Windows Server 2003, and later versions of Windows.
DnsConfigFullHostName_W
Specifies configuration of the full host name (fully qualified domain name) in Unicode on Windows XP, Windows Server 2003, and later versions of Windows.
DnsConfigFullHostName_A
Specifies configuration of the full host name (fully qualified domain name) in ANSI on Windows XP, Windows Server 2003, and later versions of Windows.
DnsConfigFullHostName_UTF8
Specifies configuration of the full host name (fully qualified domain name) in UTF8 on Windows XP, Windows Server 2003, and later versions of Windows.
DnsConfigNameServer

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

DnsQueryConfig