DnsValidateServerStatus function
The DnsValidateServerStatus function validates an IP address as a suitable DNS server.
Syntax
DNS_STATUS DnsValidateServerStatus( _In_ PSOCKADDR server, _In_ PCWSTR queryName, _Out_ PDWORD serverStatus );
Parameters
- server [in]
-
A pointer to a SOCKADDR that contains the DNS server IPv4 or IPv6 address to be examined.
- queryName [in]
-
A pointer to a Unicode string that represents the fully qualified domain name (FQDN) of the owner of the record set that is queried.
- serverStatus [out]
-
A pointer to a DWORD that represents the query validation status.
Return value
The DnsValidateServerStatus function has the following possible return values:
- ERROR_SUCCESS
- ERROR_INVALID_PARAMETER
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also