Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Used to asynchronously return the results of an mDNS query.
Syntax
MDNS_QUERY_CALLBACK MdnsQueryCallback;
VOID MdnsQueryCallback(
PVOID pQueryContext,
PMDNS_QUERY_HANDLE pQueryHandle,
PDNS_QUERY_RESULT pQueryResults
)
{...}
Parameters
pQueryContext
A pointer to the user context that was passed to DnsStartMulticastQuery.
pQueryHandle
A pointer to the MDNS_QUERY_HANDLE structure that was passed to DnsStartMulticastQuery.
pQueryResults
A pointer to a DNS_QUERY_RESULT structure that contains the query results. Your application is responsible for freeing the pQueryRecords contained in this structure using DnsRecordListFree.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Target Platform | Windows |
| Header | windns.h |