Tagged Questions
2
votes
8answers
2k views
How do you find out which NIC is connected to the internet?
Consider the following setup:
A windows PC with a LAN interface and a WiFi interface (the standard for any new laptop). Each of the interfaces might be connected or disconnected from a network. I need ...
0
votes
1answer
99 views
Network Adaptro configured with ip address or not? How to check using vc++/Windows api?
Hi Could any one share about Network Adaptor configured with ip address or not eithor using dhcp or manual. How to check using vc++/Windows api?
0
votes
1answer
401 views
Problem with using Win32 IPHelper API in python
I'm attempting to create python module for getting network parameters. I'm using ctypes and has some problems.
Function __getInterfaces_win2k() works with python 2.5 and 2.6, but doesn't work with ...