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.
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,
DnsServerDotProperty
} 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | netioapi.h (include Iphlpapi.h) |