Network interface settings in embedded Windows XP
问题 How can we get the network interface name (i.e. the one that appears in the "Network connections" dialog) given the device description (i.e. the string that appears in the "Device Properties -> Connect using:" textbox)? We must do it in pure C/C++ language, or through some of the standard command line tools (e.g. netsh, ipconfig...), or a combination of both. We CAN'T use the .NET API, because of deployment problems (the application must run on an XP embedded without .NET Framework). The SDK