Big merge in wine code. This merged version is far more complete than
[reactos.git] / reactos / lib / iphlpapi / iphlp_res.h
1 #ifndef _IPHLP_RES_H
2 #define _IPHLP_RES_H
3
4 typedef struct _IPHLP_RES_INFO {
5 DWORD riCount;
6 LPSOCKADDR riAddressList;
7 } IPHLP_RES_INFO, *PIPHLP_RES_INFO;
8
9 PIPHLP_RES_INFO getResInfo();
10 VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr );
11
12 #endif/*_IPHLP_RES_H*/