Network adapters

  • Thread starter Thread starter Thore Berntsen
  • Start date Start date
T

Thore Berntsen

Is ther any way I can find wich network adapters that is installed on my
device, and get information about each of them?

Thore Berntsen
 
You can use the IPHLPAPI to do that, although there's no managed code
version of everything you'd need to do that. You might be best-off to use
C/C++ and build a DLL with some more-easily-marshaled interfaces to things
like GetAdaptersInfo(), etc.

You really need to be more specific about the types of devices (version of
Windows CE), and what information, if you want a more-detailed response.

Paul T.
 
Back
Top