Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
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
[in] server
A pointer to a SOCKADDR that contains the DNS server IPv4 or IPv6 address to be examined.
[in] queryName
A pointer to a Unicode string that represents the fully qualified domain name (FQDN) of the owner of the record set that is queried.
[out] serverStatus
A pointer to a DWORD that represents the query validation status.
Return value
The DnsValidateServerStatus function has the following possible return values:
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | windns.h |
| Library | Dnsapi.lib |
| DLL | Dnsapi.dll |