Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwsipx.h
Go to the documentation of this file.
00001 /* WSIPX.H - initially taken from the Wine project 00002 */ 00003 00004 #ifndef _WSIPX_H 00005 #define _WSIPX_H 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 #define NSPROTO_IPX 1000 00012 #define NSPROTO_SPX 1256 00013 #define NSPROTO_SPXII 1257 00014 00015 typedef struct sockaddr_ipx { 00016 short sa_family; 00017 char sa_netnum[4]; 00018 char sa_nodenum[6]; 00019 unsigned short sa_socket; 00020 } SOCKADDR_IPX, *PSOCKADDR_IPX, *LPSOCKADDR_IPX; 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 #endif Generated on Wed May 23 2012 04:30:57 for ReactOS by
1.7.6.1
|