|
Zen API
|
| kStatus kNetworkInfo_Construct | ( | kNetworkInfo * | info, |
| kNetworkAdapterType | typeFilter, | ||
| kNetworkAdapterState | stateFilter, | ||
| kAlloc | alloc | ||
| ) |
Constructs a network info object describing the current state of any local network adapters, filtering the output as desired.
| info | Receives Network info object. |
| typeFilter | Specifies which adapters/interfaces to be included (default: kNETWORK_ADAPTER_TYPE_FILTER_DEFAULT). |
| stateFilter | Specifies which adapters/interfaces to be included (default: kNETWORK_ADAPTER_STATE_FILTER_DEFAULT). |
| alloc | Memory allocator (or kNULL for default). |