DNS_SECTION enumeration (windns.h)

The DNS_SECTION enumeration is used in record flags, and as an index into DNS wire message header section counts.

Syntax

typedef enum _DnsSection {
  DnsSectionQuestion,
  DnsSectionAnswer,
  DnsSectionAuthority,
  DnsSectionAddtional
} DNS_SECTION;

Constants

 
DnsSectionQuestion
The DNS section specified is a DNS question.
DnsSectionAnswer
The DNS section specified is a DNS answer.
DnsSectionAuthority
The DNS section specified indicates a DNS authority.
DnsSectionAddtional
The DNS section specified is additional DNS information.

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