|
Zen API
|
| kStatus kNetwork_FindAdapterNameById | ( | kSize | adapterId, |
| kChar * | adapterName, | ||
| kSize | adapterNameCapacity | ||
| ) |
Finds the adapter name associated with a unique numeric adapter identifier.
This method provides a convenient shortcut to constructing a kNetworkInfo object and then using that object to look up the desired information.
| adapterId | Adapter unique numeric id. |
| adapterName | Receives adapter name (optional; can be null). |
| adapterNameCapacity | Capacity of adapter name buffer. |