Zen API
|
kStatus kNetwork_FindAdapterNameByInterface | ( | kIpAddress | interfaceAddress, |
kChar * | adapterName, | ||
kSize | adapterNameCapacity | ||
) |
Finds the adapter name associated with the specified interface address.
This method provides a convenient shortcut to constructing a kNetworkInfo object and then using that object to look up the desired information.
interfaceAddress | Interface address. |
adapterName | Receives adapter name (optional; can be null). |
adapterNameCapacity | Capacity of adapter name buffer. |