Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygennsp_dns.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS WinSock 2 Headers 00004 * FILE: include/winsock/nsp_dns.h 00005 * PURPOSE: WinSock 2 Shared NSP Header 00006 */ 00007 00008 00009 #ifndef __NSP_DNS_H 00010 #define __NSP_DNS_H 00011 00012 /* Includes */ 00013 #include <svcguid.h> 00014 #include <guiddef.h> 00015 00016 /* Globals */ 00017 const GUID DECLSPEC_SELECTANY HostnameGuid = SVCID_HOSTNAME; 00018 const GUID DECLSPEC_SELECTANY AddressGuid = SVCID_INET_HOSTADDRBYINETSTRING; 00019 const GUID DECLSPEC_SELECTANY HostAddrByNameGuid = SVCID_INET_HOSTADDRBYNAME; 00020 const GUID DECLSPEC_SELECTANY IANAGuid = SVCID_INET_SERVICEBYNAME; 00021 const GUID DECLSPEC_SELECTANY InetHostName = SVCID_INET_HOSTADDRBYNAME; 00022 const GUID DECLSPEC_SELECTANY Ipv6Guid = SVCID_DNS_TYPE_AAAA; 00023 00024 /* Macros and Defines */ 00025 #define RNR_BUFFER_SIZE 512 00026 00027 #endif 00028 Generated on Mon May 28 2012 04:33:14 for ReactOS by
1.7.6.1
|