DnsServiceResolveCancel function (windns.h)
Used to cancel a running DNS-SD resolve query.
Syntax
DNS_STATUS DnsServiceResolveCancel(
PDNS_SERVICE_CANCEL pCancelHandle
);
Parameters
pCancelHandle
A pointer to the DNS_SERVICE_CANCEL structure that was passed to the DnsServiceResolve call that is to be cancelled.
Return value
If successful, returns ERROR_SUCCESS; otherwise, returns the appropriate DNS-specific error code as defined in Winerror.h
. For extended error information, call GetLastError.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Target Platform | Windows |
Header | windns.h |
Library | dnsapi.lib |
DLL | dnsapi.dll |