Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwindnsp.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS DNSAPI Header 00004 * FILE: include/libs/dns/windnsp.h 00005 * PURPOSE: DNSLIB Precompiled Header 00006 */ 00007 00008 PVOID 00009 WINAPI 00010 DnsApiAlloc( 00011 IN DWORD Size 00012 ); 00013 00014 PVOID 00015 WINAPI 00016 DnsQueryConfigAllocEx( 00017 IN DNS_CONFIG_TYPE Config, 00018 OUT PVOID pBuffer, 00019 IN OUT PDWORD pBufferLength 00020 ); 00021 00022 PVOID 00023 WINAPI 00024 DnsApiFree( 00025 IN PVOID pBuffer 00026 ); 00027 00028 /* EOF */ Generated on Sun May 27 2012 04:35:57 for ReactOS by
1.7.6.1
|