Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DnsSectionQuestionThe DNS section specified is a DNS question. |
DnsSectionAnswerThe DNS section specified is a DNS answer. |
DnsSectionAuthorityThe DNS section specified indicates a DNS authority. |
DnsSectionAddtionalThe 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 | windnsdef.h |