Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 1.61 KB

nc-windns-dns_service_browse_callback.md

File metadata and controls

66 lines (55 loc) · 1.61 KB
UID title description tech.root helpviewer_keywords ms.date ms.keywords targetos req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.typenames req.umdf-ver req.unicode-ansi ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:windns.DNS_SERVICE_BROWSE_CALLBACK
DNS_SERVICE_BROWSE_CALLBACK callback function
Used to asynchronously return the results of a DNS-SD query.
dns
DNS_SERVICE_BROWSE_CALLBACK
02/19/2019
DNS_SERVICE_BROWSE_CALLBACK
Windows
function
windns.h
Windows 10 [desktop apps only]
Windows
DNS_SERVICE_BROWSE_CALLBACK
19H1
DNS_SERVICE_BROWSE_CALLBACK
windns/DNS_SERVICE_BROWSE_CALLBACK
c++
apiref
LibDef
windns.h
DNS_SERVICE_BROWSE_CALLBACK

-description

Used to asynchronously return the results of a DNS-SD query.

-parameters

-param Status

A value that contains the status associated with this particular set of results.

-param pQueryContext

A pointer to the user context that was passed to DnsServiceBrowse.

-param pDnsRecord

A pointer to a DNS_RECORD structure that contains a list of records describing a discovered service on the network. If not nullptr, then you are responsible for freeing the returned RR sets using DnsRecordListFree.

-remarks

-see-also