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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Loaded Assemblies 2
Desktop or device 2
Detecting network connection 5
OpenNetCF.Desktop.Communication library and coldboot 1
Formatting storage card 1
Oracle Lite 1
UDP via ActiveSync 1
ThreadPool 1

Back
Top