DNS_SERVER_PROPERTY_TYPE enumeration (netioapi.h)
Defines constants that specify the validity of the property held in the DNS_SERVER_PROPERTY::Property member.
Syntax
typedef enum _DNS_SERVER_PROPERTY_TYPE {
DnsServerInvalidProperty = 0,
DnsServerDohProperty
} DNS_SERVER_PROPERTY_TYPE;
Constants
DnsServerInvalidPropertyValue: 0 Specifies that the DNS_SERVER_PROPERTY::Property member doesn't contain a valid DNS server property. |
DnsServerDohPropertySpecifies that the DohSettings union member contained in the DNS_SERVER_PROPERTY::Property member points to a valid DNS-over-HTTPS server property. |
Requirements
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | netioapi.h (include Iphlpapi.h) |