1 out of 1 rated this helpful - Rate this topic

DNS Functions (Windows CE 5.0)

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.

FunctionDescription
DnsModifyRecordsInSet_WThis function allows you to modify or remove multiple resource record sets that are associated with a specific name.
DnsQuery_WThis function is used as the generic query interface to the DNS namespace, and provides application programmers with a DNS query resolution interface.
DnsRecordListFreeThis function frees memory that was allocated for DNS records that were obtained by the DnsQuery_W function.
DnsReplaceRecordSetWThis 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.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.