mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 00:28:29 +00:00

- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
28 lines
420 B
C
28 lines
420 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS DNSAPI Header
|
|
* FILE: include/libs/dns/windnsp.h
|
|
* PURPOSE: DNSLIB Precompiled Header
|
|
*/
|
|
|
|
PVOID
|
|
WINAPI
|
|
DnsApiAlloc(
|
|
IN DWORD Size
|
|
);
|
|
|
|
PVOID
|
|
WINAPI
|
|
DnsQueryConfigAllocEx(
|
|
IN DNS_CONFIG_TYPE Config,
|
|
OUT PVOID pBuffer,
|
|
IN OUT PDWORD pBufferLength
|
|
);
|
|
|
|
PVOID
|
|
WINAPI
|
|
DnsApiFree(
|
|
IN PVOID pBuffer
|
|
);
|
|
|
|
/* EOF */
|