DNS Functions (Windows CE 5.0)

Send Feedback

Windows CE supports a subset of the programming elements that are available from Windows desktop implementations of Dnsapi.dll. Windows CE supports only the Unicode-based functions. For example, Windows CE supports DnsQuery_W, but does not support DnsQuery_A or DnsQuery_UTF8.

The following table shows the supported functions.

Function Description
DnsModifyRecordsInSet_W This function allows you to modify or remove multiple resource record sets that are associated with a specific name.
DnsQuery_W This function is used as the generic query interface to the DNS namespace, and provides application programmers with a DNS query resolution interface.
DnsRecordListFree This function frees memory that was allocated for DNS records that were obtained by the DnsQuery_W function.
DnsReplaceRecordSetW This function replaces an existing record set.

See Also

DNS Reference | TCP/IP and the DNS Client

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.