IP_INTERFACE_INFO (Windows CE 5.0)
This structure contains a list of the network interface adapters on the local system.
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
OS Versions: Windows CE 3.0 and later.
Header: Ipexport.h.
See Also
IP Helper Structures | IP_ADAPTER_INDEX_MAP | GetInterfaceInfo
Send Feedback on this topic to the authors