DNS Functions (Windows Embedded CE 6.0)
1/6/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 |
---|---|
This function allows you to modify or remove multiple resource record sets that are associated with a specific name. |
|
This function is used as the generic query interface to the DNS namespace, and provides application programmers with a DNS query resolution interface. |
|
This function frees memory that was allocated for DNS records that were obtained by the DnsQuery_W function. |
|
This function replaces an existing record set. |