IP_INTERFACE_INFO
A version of this page is also available for
4/8/2010
This structure contains a list of the network interface adapters on the local system.
Syntax
typedef struct _IP_INTERFACE_INFO {
LONG NumAdapters;
IP_ADAPTER_INDEX_MAP Adapter[1];
} IP_INTERFACE_INFO, *PIP_INTERFACE_INFO;
Members
- NumAdapters
The number of adapters listed in the array pointed to by the Adapter member.
- Adapter
An array of IP_ADAPTER_INDEX_MAP structures. Each structure maps an adapter index to that adapter's name.
Requirements
Header | ipexport.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |