- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / dnslib / inc / windnsp.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS DNSAPI Header
4 * FILE: include/libs/dns/windnsp.h
5 * PURPOSE: DNSLIB Precompiled Header
6 */
7
8 PVOID
9 WINAPI
10 DnsApiAlloc(
11 IN DWORD Size
12 );
13
14 PVOID
15 WINAPI
16 DnsQueryConfigAllocEx(
17 IN DNS_CONFIG_TYPE Config,
18 OUT PVOID pBuffer,
19 IN OUT PDWORD pBufferLength
20 );
21
22 PVOID
23 WINAPI
24 DnsApiFree(
25 IN PVOID pBuffer
26 );
27
28 /* EOF */