Hey all,

Coding in C++ using VS 2008.

So I noticed today that IP_ADAPTER_INFO:AdapterName is not the name as the documentation indicates, but rather, it's a GUID. I need the name (not the Description, which I'm also retrieving).

Ethernet adapter Local Area Connection:

Description . . . . . . . . . . . : Intel(R) 82562V-2 10/100 Network Connection

Is there a way to get the adapter name?

Cheers!