DNS_AAAA_DATA structure (windns.h)

The DNS_AAAA_DATA structure represents a DNS IPv6 (AAAA) record as specified in RFC 3596.

Syntax

typedef struct {
  IP6_ADDRESS Ip6Address;
} DNS_AAAA_DATA, *PDNS_AAAA_DATA;

Members

Ip6Address

An IP6_ADDRESS data type that contains an IPv6 address.

Remarks

The DNS_AAAA_DATA structure is used in conjunction with the DNS_RECORD structure to programmatically manage DNS entries.

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_RECORD