#include "precomp.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
| #define | CNAME_LOOP_MAX 16 |
Functions |
| char * | xstrsave (const char *str) |
| DNS_STATUS WINAPI | DnsQuery_A (LPCSTR Name, WORD Type, DWORD Options, PIP4_ARRAY Servers, PDNS_RECORD *QueryResultSet, PVOID *Reserved) |
| static PCHAR | DnsWToC (const WCHAR *WideString) |
| static PWCHAR | DnsCToW (const CHAR *NarrowString) |
| DNS_STATUS WINAPI | DnsQuery_W (LPCWSTR Name, WORD Type, DWORD Options, PIP4_ARRAY Servers, PDNS_RECORD *QueryResultSet, PVOID *Reserved) |
| DNS_STATUS WINAPI | DnsQuery_UTF8 (LPCSTR Name, WORD Type, DWORD Options, PIP4_ARRAY Servers, PDNS_RECORD *QueryResultSet, PVOID *Reserved) |
| void | DnsIntFreeRecordList (PDNS_RECORD ToDelete) |