DNS Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Windows Embedded CE supports a subset of the programming elements that are available from Windows desktop implementations of Dnsapi.dll. Windows Embedded CE supports only the Unicode-based functions. For example, Windows Embedded 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

Reference

DNS Reference

Concepts

TCP/IP and the DNS Client