ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

nsp_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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.