DNS_SERVER_PROPERTY_TYPES union (netioapi.h)

Contains a pointer to a DNS server property. The type of the property depends on the value of DNS_SERVER_PROPERTY::Type.

Syntax

typedef union _DNS_SERVER_PROPERTY_TYPES {
  DNS_DOH_SERVER_SETTINGS *DohSettings;
} DNS_SERVER_PROPERTY_TYPES;

Members

DohSettings

If DNS_SERVER_PROPERTY::Type is set to DnsServerDohProperty, then DohSettings points to a valid DNS-over-HTTPS server property.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Header netioapi.h (include Iphlpapi.h)

See also