Is it possible to retrieve the details of the individual NIC's present in a NIC team through any windows API?
Is it possible to retrieve the details of the individual NIC's present in a NIC team through any windows API?
According to Managing Network Adapters, The GetAdaptersAddresses function enables you to retrieve the IP addresses associated with a particular adapter. This function supports both IPv4 and IPv6 addressing. Here is a sample.
Does GetAdapterAddresses work with a NIC team. if so can I get the individual interface details?
GetAdaptersAddresses works with adapters. The members of a NIC team are adapters, aren‘t they?
3 people are following this question.