How can i retrieve more Information about Ethernet Adapter.
Hi All,
How can i retrieve the information about the ethernet adapter. I have used
GetAdapterInfo () API to retrieve the information about the adapter. But i
want more information about the adapter. When i looked into the registry,
all of that information is under the following registry key.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11C
E-BFC1-08002bE10318}
I know this information is updated, when IM install there own Protocol
driver. Is there any API(), using which i can retrieve the information.
This registry key has VLAN Name, VLAN ID, and other useful information,
which GetAdapterInfo does not provide. How can i retrieve this information
using windows API().
Network Connection UI on windows does retrieve this information. They
display VLAN Name, VLAN ID and other useful information. I am not sure, how
can i retrieve that information.
Thanks in advance.
Rajesh
|