I just update my version from VS2005 to VS2010 and I got loads of error after trying to compile my project in VS2010. The errors regarding the following;
7.0a is the version of the SDK which comes with Visual Studio 2010
If you were previously using a pre-Vista version of the SDK, there has been a header reorg which affects this struct. So you might need an extra include now.
On the Microsoft Windows Software Development Kit (SDK) released for Windows Vista and later, the organization of header files has changed and the MIB_IPSTATS structure is defined in the Ipmib.h header file not in the Iprtrmib.h header file. Note that the Ipmib.h header file is automatically included in Iprtrmib.h which is automatically included in the Iphlpapi.h header file. The Ipmib.h and Iprtrmib.h header files should never be used directly.